This shows you the differences between two versions of the page.
| xrpl:gettype [2019/03/03 22:58] – created Karsten75 | xrpl:gettype [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | |||
| - | ===== GetType | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | Value| String| [ '' | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Takes a value and returns a string of what type of value it is. Types: | ||
| - | STRING | ||
| - | INT | ||
| - | FLOAT | ||
| - | LIST | ||
| - | NULL | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl> | ||
| - | " | ||
| - | <-Type trace //Would return STRING as the result | ||
| - | </ | ||