Feb 23, 2006 #1 amy123 MIS Joined Feb 23, 2006 Messages 1 Location US When i want to save my coding, error "Maximum script size exceeded". May i know y? Is there have any limitation for how long of the script?
When i want to save my coding, error "Maximum script size exceeded". May i know y? Is there have any limitation for how long of the script?
Feb 24, 2006 #2 mbalent Programmer Joined Sep 20, 2001 Messages 853 Location US You should refactor your code and place discreet pieces of functionality into smaller methods which are then called from the main method. Matt "Nature forges everything on the anvil of time Upvote 0 Downvote
You should refactor your code and place discreet pieces of functionality into smaller methods which are then called from the main method. Matt "Nature forges everything on the anvil of time