Skip to content

DefaultUnit

mtbeek32 edited this page Jan 2, 2023 · 8 revisions

Unit functions DefaultUnit

syntax

  • DefaultUnit(valuetype)

definition

DefaultUnit(valuetype) results in a unit with as value type the literal valuetype

example

unit unit_str := DefaultUnit('string');

Clone this wiki locally