table
-
keyword, type for 'is a' operator
-
new in 1.63
-
table expression to access a table of a database
-
Examples: +
set myTable to table "ABC" of myDB
-
Related: record
keyword, type for 'is a' operator
new in 1.63
table expression to access a table of a database
Examples: +
set myTable to table "ABC" of myDB
Related: record