UniqueKey/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „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…“)
(Založena nová stránka s textem „Type String“)
Řádek 31: Řádek 31:
 
=== RCDate ===
 
=== RCDate ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Data types#String | String]]
  
 
Tímto parametrem lze vnutit prvních 6 číslic generovaného rodného čísla.
 
Tímto parametrem lze vnutit prvních 6 číslic generovaného rodného čísla.

Verze z 2. 2. 2021, 09:07

Jiné jazyky:
English • ‎čeština

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

Tímto parametrem lze vnutit prvních 6 číslic generovaného rodného čísla.

Prefix

Typ String

Code prefix for EAN

Enabled

Typ Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

PreWait

Typ Number

Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry

Value

Typ String

Vygenerovaná hodnota.