RE: LC Server - what am I doing woring

2014-05-19 Thread Nakia Brewer
...@gmail.com] Sent: Tuesday, May 20, 2014 2:11 PM To: How to use LiveCode Subject: Re: LC Server - what am I doing woring Nakia The problem with your second script appears to be here: if tAction = "track" then If I change that to if 1 = 1 then, the file is written to

Re: LC Server - what am I doing woring

2014-05-19 Thread Peter W A Wood
Nakia The problem with your second script appears to be here: if tAction = "track" then If I change that to if 1 = 1 then, the file is written to the folder containing the script. What is the URL you are using to access this script? Regards Peter On 20 May 2014, at 11:50, Nakia Bre