This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 4rpl:baserpl:strings:asstring [2019/03/17 00:04] – Karsten75 | 4rpl:baserpl:strings:asstring [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~NOTOC~~ | ||
| - | |||
| - | ====== asString ====== | ||
| - | asString (< | ||
| - | |||
| - | ===== Description ===== | ||
| - | Converts an item on the stack to a string. | ||
| - | |||
| - | ===== Examples ===== | ||
| - | <code 4rpl> | ||
| - | 42 asString -> | ||
| - | trace(< | ||
| - | </ | ||