Search results

  1. S

    Split String to Array Using a Blank Delimiter

    @Endercraft that worked like a charm, thank you!
  2. S

    Split String to Array Using a Blank Delimiter

    Ooh I never thought of that, let me try that!
  3. S

    Split String to Array Using a Blank Delimiter

    Exactly, that's the problem I've been having.
  4. S

    Split String to Array Using a Blank Delimiter

    Hello, I'm trying to split a price (ex. 56.32) into an array where each character is a separate element (ex. 5, 6, ., 3, 2). I've been using the Split to Array action, and in the past I've gotten away with using an empty set of parentheses () as the delimiter, but now that doesn't seem to work...
Top