DataLookup/en: Porovnání verzí
(Založena nová stránka s textem „Type Number“) |
(Založena nová stránka s textem „== Output parameters ==“) |
||
| (Není zobrazena jedna mezilehlá verze od stejného uživatele.) | |||
| Řádek 36: | Řádek 36: | ||
Type [[Special:MyLanguage/Data types#Number | Number]] | Type [[Special:MyLanguage/Data types#Number | Number]] | ||
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 27. 1. 2021, 17:49
Obsah
Description
Alias: DLU
Looks up data records.
Looks up the data record in the data source specified by the parameter DataSource and stores its contents in the output parameters. Querying the data source presumes the return of just one record, otherwise the command ends in error.
Input parameters
DataSource
Type DataSource
Data source whose query must be specified or parameterized to return just one record.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled = 0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.