• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FileMaker problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Opening new window in Fetch
  • Next by Date: Re: FileMaker problem
  • Previous by thread: Re: FileMaker problem
  • Next by thread: Re: FileMaker problem
  • Index(es):
    • Date
    • Thread