alexsander_sc_br
10-16-2007, 07:06 AM
String.Find and String.ReverseFind have a BUG.
result = String.ReverseFind("SR123456789BR&123&435", "&", false);
This code generates an error: attempt to index a string value.
Any suggestion?
I tried to convert a string to a table.
The function DelimitedStringToTable does not Work because String.Find has a BUG.
My OS is Windows XP SP2, all updates, AMD Mobile Sempron 3100.
Thanks
result = String.ReverseFind("SR123456789BR&123&435", "&", false);
This code generates an error: attempt to index a string value.
Any suggestion?
I tried to convert a string to a table.
The function DelimitedStringToTable does not Work because String.Find has a BUG.
My OS is Windows XP SP2, all updates, AMD Mobile Sempron 3100.
Thanks