You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// JavaScript Object Macro Examples!version=2.0>objectsetvarjavascript// Example of how to get the current user's ID and set// variables for them.varuid=rs.CurrentUser();varname=args[0];varvalue=args[1];rs.SetUservar(uid,name,value);<object+javascriptset*to*-Setuservariable<star1> to <star2>.<call>setvar <star1><star2></call>
I tried the example provided
but it only ends in panic
The text was updated successfully, but these errors were encountered: