David Burgun wrote:
Just so I understand this:
in some circumstances; put <something> into me
Result in the object contents being used instead of the reference to
the object? If this is true, then if the field just happened to contain
"button 1", would:
put "XXXXX" into me
result in the contents of button 1 being changed?
The answer seems to be in the documentation you quoted in another note:
put me into myVariable -- puts contents, if me is a container
put me into myVariable -- puts name, if me is not a container
If it is a container, you get the contents. If it is not a container,
you get the object name.
--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution