We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#define pc_readglobalreg(sd,reg) pc_readregistry(sd,reg,3)
pc_readglobalreg(sd,"VARIABLE_NAME");
Note: This only works for numeric variables, strings check pc_readglobalreg_str.
Category:Source_Functions