Download presentation
Presentation is loading. Please wait.
2
AMLs FE423 - January 18, 2000
3
OUTLINE elev.aml Writing/Saving/Running AMLs Advanced AMLs Directives Variables Loops AML Functions
4
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
5
Advanced AMLs
6
Directives AML ‘commands’ begin with &…. Examples &while &type Hello there &end
7
Variables Text replacement: &sv i=5 fill%i%00 = con(dem > %i%00, dem, %i%00) gives: fill500 = con(dem > 500, dem, 500)
8
AML Functions very similar to GRID functions enclosed in [ ] nest-able
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.