TOC : Script API > JavaScript > JavaScript API > GeneralScript > Global > Method >

 

_SetUserValue

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > GeneralScript > Global > Method >

 

_SetUserValue

 

 

Sets global variables.

 

 

Prototype :

 

void _SetUserValue

(

        string Key,

        string Value

)

 

 

 

Arguments :

 

Key

Global variables name

Value

Global variables value

 

 

 

Reference :

 

Global variables set by _SetUserValue function is able to share and it must be set to string.

 

 

 

Example :

 

_SetUserValue("MyCompanyName", "ForCS");

 

 

 

Available Events :

 

All Events