Using Superscript and Subscript in Fields
Dar Scott
dsc at swcp.com
Fri Jun 6 20:09:03 EDT 2003
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
More information about the use-livecode
mailing list