View Raw SPL
#include 

/* convert input var to string */
strvar(var, vtype = GLOBAL_VARIABLE)
{
        local type, valstr, typestr, isobject, ishot, vname;

        (type, valstr, typestr, isobject, ishot, vname) = valuetype(var, vtype);

        return(vname);
}