Specifies the data type of the result obtained from the previous operation.

Call:

string stype = ac_getresvaluetype();


The stype will contain "String"/"Real"/"Integer"/"Boolean" if the result of the previous operation is a string, float, integer, or boolean 1/0.