May 13, 2002 #1 Jouster Programmer Joined Dec 4, 2000 Messages 82 Location US Is there a setting to make UD use option explicit or do I have to go and manually do this and declare the vars? Thanks!
Is there a setting to make UD use option explicit or do I have to go and manually do this and declare the vars? Thanks!
May 13, 2002 1 #2 schase Technical User Joined Sep 7, 2001 Messages 1,756 Location US Manually put it in. But, forewarned - I've found some of UD's code will make the option explicit cough, puke, stutter and overall complain like crazy. "Insert witty remark here" Stuart Upvote 0 Downvote
Manually put it in. But, forewarned - I've found some of UD's code will make the option explicit cough, puke, stutter and overall complain like crazy. "Insert witty remark here" Stuart
May 13, 2002 Thread starter #3 Jouster Programmer Joined Dec 4, 2000 Messages 82 Location US Thanks, I think I will skip it. Upvote 0 Downvote
May 13, 2002 #4 schase Technical User Joined Sep 7, 2001 Messages 1,756 Location US BUT if your hand coding - it will help you debug where you went wrong. "Insert witty remark here" Stuart Upvote 0 Downvote
BUT if your hand coding - it will help you debug where you went wrong. "Insert witty remark here" Stuart