Difference between revisions of "AMI Script"
Jump to navigation
Jump to search
m Tag: visualeditor |
m Tag: visualeditor |
||
Line 2: | Line 2: | ||
FormRadioField frf = session.getPanel("there's no way"); | FormRadioField frf = session.getPanel("there's no way"); | ||
TablePanel tp = session.getPanel("another one"); | TablePanel tp = session.getPanel("another one"); | ||
+ | int num = 0; | ||
+ | double dub = 12.0; | ||
+ | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 16:10, 12 March 2021
FormRadioField frf = session.getPanel("there's no way");
TablePanel tp = session.getPanel("another one");
int num = 0;
double dub = 12.0;