User Tools

Site Tools


prpl:gettype

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
prpl:gettype [2016/12/20 23:23] Oblivionprpl:gettype [2016/12/21 14:54] Oblivion
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [-] |+ValueString| [ '' s1/i1/b1/f1 -- String ''] |
  
  
 === Description === === Description ===
 +Takes a value and returns a string of what type of value it is.
  
 === Examples === === Examples ===
 <code> d1 = GetDataFromStack();  <code> d1 = GetDataFromStack(); 
- stack.Push(new Data(d1.GetType().ToString())); + stack.Push(new Data(d1.GetType().ToString())); 
 + 
 +        "Value" GetType ->Type 
 +        <-Type trace //Would return STRING as the result 
 </code> </code>
  
prpl/gettype.txt · Last modified: 2018/06/14 18:01 by kajacx