Reading/Deleting Last Line Of File

Kay C Lan lan.kc.macmail at gmail.com
Fri Feb 12 22:47:06 EST 2010


On Sat, Feb 13, 2010 at 8:25 AM, Alex Tweedly <alex at tweedly.net> wrote:

> Could you try this in your multi-line msg box and let me know what it does
> on Mac ?
>>
>> put "abcdefg" & CR into URL "file:b.txt"
>> put URL "file:b.txt"
>> open file "b.txt" for append
>> write "x" to file "b.txt"  at 2
>> close file "b.txt"
>> put URL "file:b.txt" after msg
>
> on Win, it produces
>>
>> abcdefg
>> abx
>
Alex,

on OS X.6.2, MBP, Rev 4.0

abcdefg
abcdefg
x

:-(



More information about the use-livecode mailing list