Documentation

char

Syntax: %char(i)

return the ASCII character associated with the number I. This function is also used to translate the special characters (#;:@%!.>&/) to their current values if they have been changed.

Examples:

#SENDP %char(10)

sends a LF (LineFeed) character to the mud.

Add comment

Login or register to post comments