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
Although useable by your code, it is mainly intended to be used by the localization functions. It is used to replace substitution variables such as %1 with the associated value from theParms.
For example:
var x = PKLOC.substituteVariables ( "The %1 is %2", ["sky","blue"] );
Notes
Substitution variables are one-based and correspond to their zero-based counterparts in the array. That means %1 = theParms[0].