Correct Syntax???!!!

David Burgun dburgun at dsl.pipex.com
Fri Mar 24 09:02:16 EST 2006


Thanks Mark, I was just about coming to that conclusion myself!

I did this:

delete item 1 of myDataRecord
replaceText(myDataRecord,",",cr)
set the text of the long id of me to myDataRecord

All the Best
Dave

On 24 Mar 2006, at 13:58, Mark Smith wrote:

> Since the text is a property of the object, I don't think you can  
> set chunks of it...so you'll probably have to get it it first:
>
> put the text of the long id of me into temp
> put item 2 of myDataRecord into line 1 of temp
> set the text of the long id of me to temp
>
>
> Mark
>
> On 24 Mar 2006, at 13:36, David Burgun wrote:
>
>> 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!!!!
>>
>> Thanks a lot
>> Dave
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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