Another Weird Thing??

Thomas McGrath III 3mcgrath at adelphia.net
Thu Apr 13 14:56:30 EDT 2006


David,

This may be obvious or just plain wrong but when I look at your  
script I think it is backwards!
Should it not be:

set the itemDelimiter to "|" -- instead of comma????
put theMessageData into myMessageData
put replaceText(myMessageData, "|", comma)

No?

Tom

On Apr 13, 2006, at 2:32 PM, David Burgun wrote:

> Hi,
>
> I seem to be being plagued by weirdness today! Take a look at this  
> code:
>
>     set the itemDelimiter to  
> ","                                                             -- 
> Do I need this?
>     put theMessageData into myMessageData
>     put replaceText(myMessageData,"|",",") into myMessageData
>
>
> When I run this and look at myMessageData before the replaceText()  
> statment, it contains:
>
> "10|30|366|460|"
>
> But after the replaceText() call, myMessageData is empty!!!!!
>
> How can this be?
>
> Any help on this greatly appreciated.
>
> All the Best
> Dave




More information about the use-livecode mailing list