09-24-2009, 06:49 PM
You can not ReDim an array in an action which is declared in a library file,
You should have both Dim and ReDim either in the library file or in the Action itself.
what you can do here is declare the variable as Public(if you need) in the action only and then ReDim as per your need in that action.
You should have both Dim and ReDim either in the library file or in the Action itself.
what you can do here is declare the variable as Public(if you need) in the action only and then ReDim as per your need in that action.