Home > Community > FPScript > FPSricpt ChangeUnit function does not work ? > Antwort auf: FPSricpt ChangeUnit function does not work ?

#12882
HerveM1234HerveM1234
Teilnehmer

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?