We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If wxsubscripts: is set to true variable names of the format x_y are displayed using a subscript under the following conditions.
wxsubscripts:
true
x_y
If a variable name doesn’t match the requirements it can still be declared as to be subscripted by using one of the following commands.
wxdeclare_subscript(variable_name);
wxdeclare_subscript([variable_name1,variable_name2,...]);
Declaring a variable as subscripted can be reverted by using the following command.
wxdeclare_subscript(variable_name,false);