| Table of Contents var_SetValueADescriptionSet the value of a variable from an ASCII character string. Function prototypebool CExtAPI::var_SetValueA(ZVAR hVar, const char* lpValueText); Arguments
 Return valueFalse if an error occurred, and true otherwise. CommentsAllowed variable typesNote that the variable referenced by hVar bust be initialised as one of the following types: 
 
 
In the above examples I have used decimal notation for floating point numbers (e.g. “1.0”). This is not strictly required, you may also use integer notation (e.g. “1”), or exponential notation (e.g. “1.234E5”), as with the C standard  atoffunction.Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |