This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v20
4d_language_reference
|
|
||
A 4d_language_reference argument specifies the 4D variable or field name (sql_name) to which data will be assigned. This name can be passed in one of the following manners:
<<sql_name>>
<<$sql_name>> (*)
<<[sql_name]sql_name>> (corresponds to the standard 4D syntax: [TableName]FieldName)
:sql_name
:$sql_name (*)
:sql_name.sql_name (corresponds to the standard SQL syntax: TableName.FieldName)
(*) In compiled mode, you cannot use references to local variables (beginning with the $ symbol).
Product: 4D
Theme: Syntax rules
4D SQL Reference ( 4D v20)