dpGetAllAttributes()
Returns all attributes of the config "_config" (for example, of "_original")
Synopsis
dyn_string dpGetAllAttributes(string config);
Parameter
Parameter | Meaning |
---|---|
config | Name of the Configs (for example, "_lock") |
Return Value
In the event of an error an empty string, otherwise a text array.
Errors
Errors can be retrieved with getLastError(). This includes missing parameters or non existent configs.
Description
Returns all attributes of the config "_config" (for example, of "_original")
Example
main()
{
dyn_string all;
all = dpGetAllAttributes("_original");
//returns all attributes of the config _original
DebugN(all);
}
Assignment
Data point function
Availability
UI, CTRL