What is the fastest way to process a long string byte by byte.  I want
to know if there is a faster way to do the following:



STR.VAR = "Some really really long string that has lots and lots of
characters for test processing."

MAX.STR = LEN(STR.VAR)

FOR X = 1 TO MAX.STR

            VAR = STR.VAR[X,1]

            do stuff with VAR here .....

NEXT X



Thanks in advance.



Nick Cipollina



Pick Programmer

ACS - Heritage Information Systems, Inc.

2810 North Parham Road, Suite 210

Richmond, VA 23294

(804)644-8707 x 314
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to