View Single Post
  #1  
Old 04-04-2013, 12:41 PM
Shiamak Shiamak is online now
Registered User
 
Join Date: 02-07-2006
Posts: 84
Best way to manage macro and values in subroutines

Hi,

I have a set of VBP scripts where I maintain tons of .config type of configurations, evrythings works fine however the configuration are being maintained in Macros and their values depends for what environment the Subroutine is being called for.

Again things seems to work smoothly however when a large chunk of change in configuration needs to be made, I have to make the same change in each sub-routine call and create new macros.. e.g. N numbers of new changes, n number of macros.. which is time consuming.

I was wondering if there are any "industry standards" ways of maintain such info in VPB or if there is anyone out there doing the same thing perhaps easier and smarter way?
Reply With Quote