This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:gettype [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:gettype [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== Description ===== | ===== Description ===== | ||
- | Takes a value and returns a string of what type of value it is. Types: STRING INT FLOAT LIST TABLE NULL | + | Takes a value and returns a string of what type of value it is. Types: STRING INT FLOAT VECTOR |
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
" | " | ||
- | "GetType(< | + | GetType(< |
<-Type trace #Would return STRING as the result | <-Type trace #Would return STRING as the result | ||
</ | </ | ||
< | < | ||