Page 1 of 1
Posted: Wed Nov 28, 2001 8:57 pm
by BackupUser
Restored from previous forum. Originally posted by ricardo.
i need to redim arrays during the execution and i want to know if it is possible in Pure Basic?
Posted: Sat Dec 22, 2001 5:40 am
by BackupUser
Restored from previous forum. Originally posted by wayne1.
i need to redim arrays during the execution and i want to know if it is possible in Pure Basic?
Syntax
Dim name.(, [], ...)
Description
Dim is used to 'size' the new arrays. An array in PureBasic can be of any types, including structured, and user defined types. Once an array is 'sized' it can be resized but its content will be deleted. Arrays are dynamically allocated which means than a variable or an expression can be used to size them.