1 / 7

AMLs

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

zuwena
Télécharger la présentation

AMLs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AMLs FE423 - January 18, 2000

  2. OUTLINE elev.aml Writing/Saving/Running AMLs Advanced AMLs • Directives • Variables • Loops • AML Functions

  3. 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

  4. Advanced AMLs

  5. Directives AML ‘commands’ begin with &…. Examples &while &type Hello there &end

  6. Variables Text replacement: &sv i=5 fill%i%00 = con(dem > %i%00, dem, %i%00) gives: fill500 = con(dem > 500, dem, 500)

  7. AML Functions • very similar to GRID functions • enclosed in [ ] • nest-able

More Related