The Dink Network

Reply to Re: Debug mode questions

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 15th, 05:44 AM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
Thanks I'll give that a try soon.

I ended up just adding a bunch of 'say' and 'say_xy' commands during procedures to see what was happening with various internal variables.

Discovered that the wait(X) command only takes integers as values and not variables.

And the scope of local variables depends on where they are defined. If not in the 'main' procedure then it seems their scope is restricted to the procedure they are defined in. I couldn't confirm this in the DinkC reference though.