Difference between revisions of "AMI Script"
Jump to navigation
Jump to search
Tag: visualeditor |
Tag: visualeditor |
||
Line 3: | Line 3: | ||
tablepanel tp = session.getPanel("another one"); | tablepanel tp = session.getPanel("another one"); | ||
int num = 0; | int num = 0; | ||
+ | String temp = null; | ||
double dub = 12.0 + 13.0; | double dub = 12.0 + 13.0; | ||
if (true) | if (true) |
Revision as of 20:20, 15 March 2021
FormRadioField frf = session.getPanel("there's no way");
tablepanel tp = session.getPanel("another one");
int num = 0;
String temp = null;
double dub = 12.0 + 13.0;
if (true)
layout.alert("hey mir");
else
session.alert("not hey");