I am going to read in a text string from a file. The string is a little different than I am use to. Here is a sample:
(("IPBIONO" "T" "OPER_MFG" "A-B" "T" 0 0 ("" "GUARD" "GREEN" "1NO-1NC" "" "" "F" ("IPBLT"
"F" "F" "F" "F" 0 "F" ("72=G"))
I figure I will break it down by the spaces in between each ending quoute and beginning quote. I will then DIM an array and feed in the text. The opening ('s tell me how many devices I must read. Can I read in the string until the character <> ( then return a count? I am a little unsure of what the code would be like to break down the string. Any Ideas are much appreciated.
Thanks
(("IPBIONO" "T" "OPER_MFG" "A-B" "T" 0 0 ("" "GUARD" "GREEN" "1NO-1NC" "" "" "F" ("IPBLT"
"F" "F" "F" "F" 0 "F" ("72=G"))
I figure I will break it down by the spaces in between each ending quoute and beginning quote. I will then DIM an array and feed in the text. The opening ('s tell me how many devices I must read. Can I read in the string until the character <> ( then return a count? I am a little unsure of what the code would be like to break down the string. Any Ideas are much appreciated.
Thanks