Polymorphic: String, Number or Date
The Poly data type is used for the following variables:
Case1 | A case value.
| InputPoly | A single polymorphic input (string, date or number).
| ResultPoly | A polymorphic result (string, date or number)
| ReturnPoly | The return value
| SwitchVar | The Switch Variable that is compared with each Case Variable to decide which Result to return.
|
|