Empty files and Shift Lock
Posted: Wed Jun 15, 2011 4:50 pm
When I open a file that does not exist, all desktop versions return blank. Ios returns the name of the file.
i.e.
on the desktop, acctcount is 0, on the iPad, it is 1
The obvious solution is to insert the line
after the 'put URL' line, but this should not be necessary
Also, with the keyboard set to default, the shift key acts as a Shift Lock on the iPad, (but not on the desktop versions)
Any ideas
thanks
Steve
i.e.
Code: Select all
put URL("file:accounts.txt") into accountlist
put the number of lines of accountlist into acctcount
The obvious solution is to insert the line
Code: Select all
if accountlist="accounts.txt" then put "" into accountlist
Also, with the keyboard set to default, the shift key acts as a Shift Lock on the iPad, (but not on the desktop versions)
Any ideas
thanks
Steve