Exercise 2. Introduction to Avenue Programming

Sandra Akmansoy
Dept of Civil Engineering
University of Texas at Austin

Spring Semester 1997

In Exercise 1, I created a simple Avenue Script which gives the name of a county on which the user has clicked using the mouse. This exercise adds to that script by creating a table in which the name of the county which has been clicked on is placed. Here is my example script, called Name2

It uses the following Avenue functions: Av, GetProject, FindDoc, GetActiveDoc, GetDisplay, ReturnUserPoint, GetX, GetY, Msgbox.Info, SelectByPoint , ReturnValue , GetSelection, TableMake, AddFields


Go to Sandra Akmansoy's Home Page