The u47 user exit writes a string in ASCII or hexadecimal to a specific location in a frame.
result = oconv(fid:sep:offset:sep:string, ’u47’) result = iconv(fid:sep:offset:sep:string, ’u47’)
fid | Frame ID. |
offset | Location within frame. |
sep | Delimiter such as @am, @vm, or @svm. |
string | Value to be converted to ASCII or hexadecimal. |
If iconv is used the string is written in ASCII. If oconv is used, then the string is written in hexadecimal.