We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-07-05 05:10 PM
2004-07-05 05:35 PM
2004-07-05 05:42 PM
Matthew wrote:I know how you feel......
David,
I have made variable arrays successfully with the format:
DIM matthews_variable_array [ ][ ]
I forget now, but I think a space character is required inside each pair of brackets (I don't feel like launching AC right now to check).
2004-07-05 06:58 PM
But are you saying that putting NOTHING but a space in the brackets works??? that would create an array without limits!!This is exactly what the GDL User Manual says...
2004-07-05 11:42 PM
david wrote:Shucks, David, I thought that's what you wanted. You do have to be careful not to fill it too much though. A billion values could fill up the available RAM
But are you saying that putting NOTHING but a space in the brackets works??? that would create an array without limits!!
2004-07-07 04:08 AM
david wrote:In a way, yes. But the size of the array would be the last row of array that have been assigned a value. For example:
But are you saying that putting NOTHING but a space in the brackets works??? that would create an array without limits!!