|
Hi, David,
CourseLab variables are actually stored in JavaScript collections: g_arVars and g_arSlideVars (first - for global vars, second - for slide scope vars). I.e. for variable named "myvar" and scope "global" in JavaScript it can be found as: g_arVars["myvar"].
|