SET_LANGUAGE_PATH |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > SET_LANGUAGE_PATH
|
|
Purpose |
SET_LANGUAGE_PATH enables you to assign a logical database name as the default object base. |
Syntax |
SET_LANGUAGE_PATH(log_db_name) |
Operation |
log_db_name is a logical database name defined in the initialization file. |
Remarks |
This feature assigns to @PRODEF the value of log_db_name. It is effective only from the next top-level function. This is not a global function. |
Example |
SET_LANGUAGE_PATH(“newdef") |
Topic ID: 520115