70 likes | 594 Views
AMLs. FE423 - January 18, 2000. OUTLINE. elev.aml Writing/Saving/Running AMLs Advanced AMLs Directives Variables Loops AML Functions. Writing/Saving/Running AMLs. Open text editor type some commands save as text file with .aml suffix save in your directory or in /aml
E N D
AMLs FE423 - January 18, 2000
OUTLINE elev.aml Writing/Saving/Running AMLs Advanced AMLs • Directives • Variables • Loops • AML Functions
Writing/Saving/Running AMLs • Open text editor • type some commands • save as text file with .aml suffix • save in your directory or in /aml • to run &run ??.aml
Directives AML ‘commands’ begin with &…. Examples &while &type Hello there &end
Variables Text replacement: &sv i=5 fill%i%00 = con(dem > %i%00, dem, %i%00) gives: fill500 = con(dem > 500, dem, 500)
AML Functions • very similar to GRID functions • enclosed in [ ] • nest-able