Link to home
Start Free TrialLog in
Avatar of zephyr_hex (Megan)
zephyr_hex (Megan)Flag for United States of America

asked on

Crystal Reports: How to parse a stringvar array

CR 8.5
i need assistance with parsing a string.

stringvar array array1

example elements in array1:

array[1]=hammer,4
array[2]=nails,3

i need to parse array1[1] so that hammer is stored in one string and 4 is stored in another.
stringvar tempstring1;
stringvar tempstring2;

so tempstring1 will be hammer and tempstring2 will be 4

thanks
ASKER CERTIFIED SOLUTION
Avatar of bdreed35
bdreed35
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zephyr_hex (Megan)

ASKER

thanks