Quick vvvv-max OSC question

hi there. this should be a quick one. im sending some data from vvvv to max (or trying to). the type tag on OSCEncoder suggests that i can send Ints, Floats, or strings. at the moment i am happy with Ints. but i cannot attach an integer IOBox to the arguements pin. am i missing something here?

alternatively. does anyone know something similar to ‘AsValue’ in max??

thanks
r

wooops… just found this…

il faut convertir en string

the OSCEncoders input is always a string. you need to convert the value to a string as you like it. try FormatValue (String)