On Friday, June 6, 2003, at 03:50 AM, Jim Hurley wrote:
The line that needs fixing is:
repeat until char tNum+1+j of field 1 is in quote & " " & "," & "." & quote then
How do I get a "return" and end of field into this--between the quote pair?
put " ,." & return into endingChars repeat until (char tNum+1+j of field 1 is in endingChars) \ or (char tNum+1+j of field 1 is empty)
Or something like that?
Dar
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
