[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"dynamic" dimensioning of arrays



PureBytes Links

Trading Reference Links

Hope someone can help me here...

I am using an array in a showme, and I would like to be able to set its size
through an input variable, such as:

	inputs: ArraySize(499);

	array: MyArray[10, ArraySize] (0);

When I try to do this, the EL parser errors with "A number expected here"
error.


Is there any way to do this?  Any workaround?  Or must array dimensions
always be static?

jh