Correct Syntax???!!!
David Burgun
dburgun at dsl.pipex.com
Fri Mar 24 09:05:42 EST 2006
Hi,
It used to read:
put item 2 of myDataRecord into me
But I have had to change it because the use of:
put <something> into me
or
set the text of me to <something>
Is not 100% reliable - see thread entitled "Weirdness Passing
Messages" if you would like more details.
All the Best
Dave
On 24 Mar 2006, at 14:14, jbv wrote:
>
>
> David,
>
> I'm not sure about what you are trying to do, but have you tried :
> set line 1 of me to item 2 of myDataRecord
>
> OTOH if you are trying to get the long ID of an element and change
> parts of this text, I think you need to put it into a variable first :
> get the long id of me
> put item 2 of myDataRecord into line 1 of it
>
> JB
>
>> Hi,
>>
>> I am trying to get the following to compile:
>>
>> set line 1 of the text of the long id of me to item 2 of myDataRecord
>>
>> I've tried a few different variations but can't seem to find the
>> right one!
>>
>> Help!!!!
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list