-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Accueil > Community > FPScript > FPSricpt ChangeUnit function does not work ? > Reply To: FPSricpt ChangeUnit function does not work ?
July 31, 2015 at 8:42 am
#9392
Bernhard Kantz
Participant
The function ChangeUnit() returns a dataset with the unit set/converted to the trailing parameters. It does not alter the first argument itself. To get the desired result you may write:
Dim toto = Signal((4, 1, 2), 1)
ChangeUnit(toto, "test")
Note: The last expression will become the value of the formula, Return is not necessary.