Article ID: 131601
Article Last Modified on 2/15/2000
x=ASELOBJ(y) && Reference to selected object
?x && Number of selected objects
The number 0 is displayed when the expected value of x is 1.
c=ASELOBJ(d,1) &&reference to selected object's container
?c
Now the number 1 (the expected value) is displayed. However, the
reference to the selected object's container is incorrect as shown by
this command:
?d[1].name
Grid1 is displayed when Column1 is the expected value.Additional query words: FoxWin 2.60a
Keywords: KB131601