Index

GetType

GetType (<-something) ->typeOfSomething

Description

Takes a value and returns a string of what type of value it is. Types: STRING INT FLOAT VECTOR LIST TABLE NULL

Examples

"42" ->val
GetType(<-val)  ->Type
<-Type trace #Would return STRING as the result

Index