Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UDG definition bug (*solved*)
#5
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.
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]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)