I am trying to send various data and especially floats with socket_send but I am having trouble doing so. socket_send seem to prefer strings and Id rather not want to convert my floats to actual text representation of the values. Does anyone have any tips about how to properly do this or some workaround? P.s I read that socket_send2 should be able to handle 0 values at least but I cant seem to find this function either, did this get dropped in version 1.65 or did this handling get included in the socket_send?