Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


ParseData Limitations

Keywords: parsedata param0 parameters	

Question:

I am using WebBatch in a test environment and came across the ParseData limitation.

Param0 seems to find the total parameters passed, but I am unable to get past the Ninth Item. I see that you have documented the limitation, but is there a possibility to extract the entire string passed.

Answer:

ParseData is limited to 9 items.

Apparently you have the data in a variable. Perhaps try using the "ItemExtract function to pull the pieces out. Or maybe a combination of StrIndex, StrSub, and StrScan functions would allow you to parse the line yourself.


Article ID:   W12454
Filename:   ParseData Limitations.txt