02-26-2013, 07:27 PM
working, but....... the solution you proposed previously doesn't work
The result of the following code is a set of aleatory UDGs. Attached you can see a screenshot of the result.
The result of the following code is a set of aleatory UDGs. Attached you can see a screenshot of the result.
Code:
DIM myudg(8 * 10-1) As Ubyte = {_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255,_
255,255,255,255,255,255,255,255_
}
POKE Uinteger 23676, @myudg(0) : REM Points 23676 to Address of myudg array 1st element
PRINT "\a \b \c \d \e \f"
![[Image: testuep.png]](http://img829.imageshack.us/img829/2559/testuep.png)