Guest john Report post Posted 10/01/2004 07:07 AM uninitialize variable can cause a problem.Should i always initialize every variable with Zero? Share this post Link to post
SupportTeam Report post Posted 10/01/2004 07:18 AM If you feel that the way you designed your script requires this then yes, you can do this if you want... Uninitialized RV's get replaced with a blank otherwise, which can cause problems if the script is not designed to handle this correctly... Share this post Link to post