xfgrSetOptionValue
xfgrSetOptionValue(
g_optionName
g_optionValue
)
=> t / nil
Description
Sets the specified value for the option.
Arguments
Value Returned
Example
Sets encloseBy as the value for the option wrapType.
if(xfgrSetOptionValue("wrapType" "encloseBy") then info("wrapType option value is set to encloseBy") else info("wrapType option doesnot exist")
)
Return to top