Previous Topic: ValEx - Convert Decimal, Hexadecimal, or Octal String to IntegerNext Topic: SetTokenizerInput


Functions for Splitting Strings

To help parse information read from files or other sources, you can split strings into separate tokens or substrings using the following DMScript functions. A token is a substring separated from others by a delimiter, usually a space. You can quote tokens with single or double quotes.