Hello All...
I just tried the following line and found that it didn't work, Would anybody also like to see this added to the next release?
This would be a great feature to have because it would allow a programmer to clear a UDT array element with one line rather than having to clear all the members one at a time. According to the help file you can clear a UDT though!
-------------
Cheers
I just tried the following line and found that it didn't work, Would anybody also like to see this added to the next release?
Code:
type USERDATA dataname as asciiz * 257 datasize as long end type dim user(%MAXUSERS) as USERDATA reset user(0) <- This does not seem to work...?
-------------
Cheers
Comment