View previous topic :: View next topic |
Author |
Message |
Omega0

Joined: 27 Feb 2003 Posts: 37
|
Posted: Tue Feb 10, 2004 10:56 am Post subject: Possible Bug? |
|
|
This may be because I have an old version of the PSDictionary, but In the Flow control section it has the following example:
Code: |
if (check tag(2)) do (show text box (5),wait for text box)
if (check tag(2)) do
begin
show text box (5)
wait for text box
end
|
when the correct syntax is if()then() rather than if()do() _________________ JMS * BlackFox * Omega0
http://spots.flatland.com/jms/index.html
AIM: jmsQFtmp Y!M: jms_blkfox |
|
Back to top |
|
 |
Uncommon His legend will never die

Joined: 10 Mar 2003 Posts: 2503
|
Posted: Tue Feb 10, 2004 2:49 pm Post subject: |
|
|
If I had to guess, I'd say it's just an error in the dictionary. |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Tue Feb 10, 2004 9:46 pm Post subject: |
|
|
TIP: If you want the most recent version fo the dosumentation files like the plotscripting dictionary, check at HamsterRepublic.com. Eg, the version there has corrected versions for all the operators.
However, that version also has the misprint. Well, go ahead and report it then. _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
|