StringOfDecimal

Description:

This method formats the current field as a string of decimal numbers. Each hex byte is formatted in decimal, rather than interpreting all the bytes in the field as a single number. See the description for the StringOfASCII Method for information on the "Amount of data to display" parameter.

The "Separator" parameter allows you to specify a string to separate multi-byte fields. The default value of "0" will cause each field to be separated by a space.

Parameters:

[Optional]

Int

"Amount of data to display (0=unlimited)"

(Default value: 0)

[Optional]

Str

"Separator"

(Default value: 0)

Example:

FIELD events (Fixed 4) (StringOfDecimal) "Events"