I've encountered some unexpected behavior from <@TOKENIZE> and I'm wondering if I'm simply not understanding it right, or if it's not doing what it should be doing.
Given the string: "foo,bar;bat,baz" I would expect <@TOKENIZE STR="foo,bar;bat,baz" CDELIM="," RDELIM=";"> to behave exactly like <@ARRAY VALUE="foo,bar;bat,baz" CDELIM="," RDELIM=";"> but instead, I get the following array: foo | <empty> | <empty> bat | <empty> | baz This is happening in TeraScript Server Advanced 7.0.1 Mac OS X (32-bit) Thanks, -Ian ---------------------------------------- To unsubscribe from this list, please send an email to [email protected] with "unsubscribe terascript-talk" in the body.
