User Tools

Site Tools


prpl:gettype

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

GETTYPE

ArgumentsResultNotation
Value String [ s1/i1/b1/f1 - String ]

Description

Takes a value and returns a string of what type of value it is.

Examples

	d1 = GetDataFromStack(); 
	stack.Push(new Data(d1.GetType().ToString()));

        "Value" GetType ->Type
        <-Type trace //Would return STRING as the result 
prpl/gettype.1482349376.txt.gz · Last modified: 2016/12/21 14:42 by Oblivion