Code:
function customtest()
local custcol = get_value("custom_column")
local custcoltwo = gv("custom_column")
local lvldebug = get_value("level")
local lvldebugtwo = gv("level")
message("<b>---Begin Debug---</b>")
message("custcol with full function name: "..custcol.."")
message("custcol with short function name: "..custcoltwo.."")
message("level with full function name: "..lvldebug.."")
message("level with short function name: "..lvldebugtwo.."")
end
/slitwrist






