const chars as byte[15] = (
0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x4F,0x00,0x00,
0x00,0x7,0x00,0x7,0x00)
how convert thid code to pbp?
i think:
chars var byte[15]
and after how do for the table ???
please
const chars as byte[15] = (
0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x4F,0x00,0x00,
0x00,0x7,0x00,0x7,0x00)
how convert thid code to pbp?
i think:
chars var byte[15]
and after how do for the table ???
please
chars[0]=0
chars[1]=0
.
.
.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks