[Tutor] a beginning question

Paul Z paul at whoosh.cn
Sat Feb 20 04:15:58 EST 2016


Hi all,

I receive the string messages from my Mobile via UDP as below:
A, 0.1, 0.6, 0.7
B, 0.2, 0.3, 0.8

I want to arrange them to two array as below:

a = (0.1, 0.6, 0.7)
b = (0.2, 0.3, 0.8)

all the number are float.

Thanks!

Paul Z



More information about the Tutor mailing list