|
By patvdv at 26 Feb 2008 - 21:57
|
tt.index.desc()
Syntax
void tt.index.desc( string tabl(8), long indexnr, ref string desc() mb
)
Description
This returns information about a specified table index.
Arguments
|
tabl
|
The table name.
|
|
indexnr
|
The index number.
|
|
desc
|
This returns the description (in the user's current language) of the specified index.
|
Context
3GL library function.
Related topics
|