I'm using vb to query a server, it returns a data packet which has several numbers in it, i can get vb to convert an int to ascii by using asc() but it dosent work for floats - instead of a number i get a box, i assume this means its an invalid ascii charcter. Does anyone know how to fix this?