Re: FileMaker problem
Re: FileMaker problem
- Subject: Re: FileMaker problem
- From: Ehsan Saffari <email@hidden>
- Date: Sat, 26 May 2001 21:30:25 -0600
On 26/05/2001 18:06, Jan Erik Mostrvm <email@hidden> wrote:
>
It seems to complain about the line
>
>
set tmp to read template
>
>
if I remove that line, it complains about
>
>
write textToSave to meshFile
>
>
If I remove that everything compiles. Does anyone knows why it complains
>
about these lines?
read and write are reserved words in filemaker, if used in an AS from
within FMP they can cause a name conflict. To avoid that you can use the
raw codes:
change read to <<event rdwrread>>
change write to <<event rdwrwrit>>
"<<" is option-\
">>" is option shift-\
cheers
ehsan