USERNAME Dynamic ValueSpecifies name of the current user, as the user typed it in. SyntaxUSERNAME RemarksThe user name is collected when the REPORT element's GETNAME attribute is set to "1". ExampleThis global finish button uses the USERNAME dynamic value to congratulate the user and go back to a menu: <REPORT GETNAME="1" ...> ... </REPORT> <GLOBAL> ... <FINISH> <BUTTON TITLE="Good job, %U! Back to Main Menu." SUBST="%U,USERNAME" TARGET="0" APPLIESTO="ALL" /> </FINISH> </GLOBAL> |