[Gambas-user] Dyn array

Ahmad Kamal eng_ak at ...200...
Mon Jul 28 19:53:00 CEST 2003


Hi all,

	I am trying to make a dynamic array of integers, but it causing some 
problems. This one should be real easy, but I didn't find any example to help.

Here is the code:

Public pos as integer[]

Public SUB form_open
	pos[1] = 100			'==>>> This causes "Null Object" Error??


regards


More information about the User mailing list