Re: curious go to behaviour

2004-04-30 Thread Jacques Hausser
Other scripts of this stack use card names in variables (including KF 0) without problems. It's not a question of life and death, but I'm puzzled... Thank you for any hint! This is a wild guess. Array keys are strings. The property numberFormat is applied to any result of arithmetic to make the

curious go to behaviour

2004-04-29 Thread Jacques Hausser
Hello everybody I have a stack with a group of cards named KF 0 to KF 67. These names are put in an array for retrieving them in a special order depending of other operations. The bit of script to go back to these cards was as follow: if bc 0 then go to cd backcarte[bc]

Re: curious go to behaviour

2004-04-29 Thread Dar Scott
On Thursday, April 29, 2004, at 03:01 AM, Jacques Hausser wrote: Other scripts of this stack use card names in variables (including KF 0) without problems. It's not a question of life and death, but I'm puzzled... Thank you for any hint! This is a wild guess. Array keys are strings. The