PickBASIC / FlashBASIC
u47 user exit
.mdThe u47 user exit writes a string in ASCII or hexadecimal to a specific location in a frame.
Syntax
Parameter(s)
| fid | Frame ID. |
| offset | Location within frame. |
| sep | Delimiter such as @am, @vm, or @svm. |
| string | Value to be converted to ASCII or hexadecimal. |