u47 User Exit

The u47 user exit writes a string in ASCII or hexadecimal to a specific location in a frame.

Syntax

result = oconv(fid:sep:offset:sep:string, ’u47’)

result = iconv(fid:sep:offset:sep:string, ’u47’)

Parameter(s)

option

fid

Frame ID.

offset

Location within frame.

sep

Delimiter such as @am, @vm, or @svm.

string

Value to be converted to ASCII or hexadecimal.

Description

If iconv is used the string is written in ASCII. If oconv is used, then the string is written in hexadecimal.