﻿Variable Types on Server
$aArray :     Array variable type
$mMap :       Map variable type
$dBinary :    Binary variable type
$bBoolean :   Bool variable type
$pPtr :       Ptr variable type
$hWnd :       Ptr variable type
$iInt :       Int32 variable type
$fFloat :     Double variable type
$oObject :    Object variable type
$sString :    String variable type
$tStruct :    DLLStruct variable type
$vKeyword :   Keyword variable type
$fuFunc :     Function variable type
$fuUserFunc : UserFunction variable type
