Almost all of the percentage symbols can be made obsolete by using the DEFINT statement. Put it at the top of the main module and before each SUB/FUNCTION statement. This declares all variables as 16 bit integers by default unless declared otherwise. EDIT: Be sure to specify A-Z as a range. (This means all variables starting with a letter within that range.)
Almost all of the percentage symbols can be made obsolete by using the DEFINT statement. Put it at the top of the main module and before each SUB/FUNCTION statement. This declares all variables as 16 bit integers by default unless declared otherwise. EDIT: Be sure to specify A-Z as a range. (This means all variables starting with a letter within that range.)