Creating variables

Eric Chatonet eric.chatonet at sosmartsoftware.com
Wed Aug 6 07:48:59 EDT 2008


Bonjour François,

Le 6 août 08 à 13:25, François Chaplais a écrit :

> as far as I am concerned, it seems to me that, for instance, if  
> <name> is the long name of a filed, if you want to put empty into  
> the field with name <name>, then you have to script
> do "put empty into" && <name>

In Revolution, you can write:

put the long ID of fld "MyField" into tObj
put empty into tObj
set the showBorder of tObj to true
etc.

As soon as you have put a long name/ID into a variable, you can use   
it without any 'do' :-)
Secure and easy...

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: eric.chatonet at sosmartsoftware.com/
----------------------------------------------------------------





More information about the use-livecode mailing list