forms := "certifier" : "ibm" : "url";
sel := @Prompt([OKCANCELLIST] ;
"Select Form" ;
"Please select a form:" ;
"" ;
forms);
@If(@IsError(sel) ;
@Return("");
"");
@Command([Compose] ; sel)
forms := "certifier" : "ibm" : "url";
@Command([Compose] ;
@Prompt([OKCANCELLIST] ;
"Auswahl der Maske" ;
"Bitte eine Maske auswählen:" ;
"" ;
forms))