-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > 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.