3.0 Field numbering messed up
    Joe Lewis Wilkins 
    pepetoo at cox.net
       
    Tue Oct  7 21:25:28 EDT 2008
    
    
  
Tom,
Boy! Today IS a slow one. (smile)
Thanks,
Joe Wilkins
On Oct 7, 2008, at 6:23 PM, Thomas McGrath III wrote:
> Joe,
>
> This will add the X in one shot before each field for you.
>
> on mouseUp pMouseBtnNo
>    repeat with x = 1 to the number of fields of card 1
>        set the  name of fld x to ( "X" & x)
>    end repeat
> end mouseUp
>
>
> It might be easier to think of 1 and "1" as reserved words in this  
> instance.
>
> HTHs
>
> Tom McGrath III
    
    
More information about the use-livecode
mailing list