OWBasic for Pocketviewer

Home INTRO Group BITS Alphabetical Index

Set a Byte

SETBYTE bm%[],nr%,val%

The procedure sets the nr th byte in the array bm to the value val. Valid values of val are from 0 to 255.


  • BYTE - Value of a Byte
Home INTRO Group BITS Alphabetical Index