-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
FPSricpt ChangeUnit function does not work ?
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 9 Jahren, 3 Monaten von HerveM1234 aktualisiert.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AutorBeiträge
-
Juli 29, 2015 um 3:48 pm Uhr #12882HerveM1234Teilnehmer
Hi,
With :
Dim toto toto=Signal({1, 3, 5, 7}, {0, 1, 2, 3}) ChangeUnit(toto,"test") Return(toto)
this formula, the formula’s units remains empty ! Why?
Juli 29, 2015 um 3:48 pm Uhr #8542HerveM1234TeilnehmerHi,
With :
Dim toto toto=Signal({1, 3, 5, 7}, {0, 1, 2, 3}) ChangeUnit(toto,"test") Return(toto)
this formula, the formula’s units remains empty ! Why?
Juli 31, 2015 um 8:42 am Uhr #9392Bernhard KantzTeilnehmerThe 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.
-
AutorBeiträge
Viewing 3 posts - 1 through 3 (of 3 total)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.