UniqueKey/en: Porovnání verzí
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“) |
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“) |
||
| Řádek 58: | Řádek 58: | ||
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. | |
== Výstupní parametry == | == Výstupní parametry == | ||
Verze z 2. 2. 2021, 09:55
Obsah
Description
Alias: UK
Generates a unique value.
Generates a unique KeyType value and stores the result in Value. To generate a birth certificate number, the date portion can be forced using the RCDate parameter, and Prefix for the EAN prefix.
Input parameters
KeyType
Type String
Specifies the key type. Use one of the following values:
- IC (or ICO) for the identification number of a person in CR
- RC for the birth certificate number in the format YYMMDDXXXX
- R/C for birth certificate number in the format YYMMDD/XXXX
- EAN8 (or EAN-8) for an 8-digit European Article Number
- EAN13 (or EAN-13) for a 13-digit European Article Number
- EAN18 (or EAN-18) for an 18-digit European Article Number
- NX for an X-digit integer, where X=1 to 9 (e.g. N4 generates a four-digit integer)
- SX for a string of length X, where X>0 (e.g. S10 generates a 10-character string)
RCDate
Type String
This parameter can be used to force the first 6 digits of the generated birth certificate number.
Prefix
Type String
Code prefix for EAN
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not execute.
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.
Výstupní parametry
Value
Type String
Vygenerovaná hodnota.