Que QUEUE Name STRING(40) Key STRING(10),OVER(Name) Desc STRING(100) Price DECIMAL(11,2) END
?List{PROP:Use} = Que
- List not «sees» OVER-field QUE.Key
- List considers, that the field Desc has number 2, and field Price has number 3.
- ?List{PROPLIST:FieldNo,2} return 2. ! column for Desc field Who(Que,2) return «Key».
- Sort(Que,+Que:Desc); Sort(Que,-Que:Desc)
- We delete all records from the list. Sometimes we obtain GPF.
- End program or procedure — Always we obtain GPF.