User Tools

Site Tools


4rpl:commands:asstring

Index

asstring

asstring (<-someval) ->stringval

Description

Converts an item on the stack to a string.

Programming Note

This command was initially created to provide debugging output. To reduce the amount of data output from one command, long data elements, notably Tables and Lists, will be truncated at 99,999 bytes. This may result in apparent discrepancies or errors when the converted data is inspected in the Print log (RPL.txt file) or if the result is used as input to another command.

Examples

42 AsString ->stringVal
trace(<-stringVal)

See also:

Index

4rpl/commands/asstring.txt · Last modified: 2023/01/17 03:47 by Karsten75