There must be a way to save to values and separate them with a character such 
as @ then after sending it via sockets to the client to split it and extract 
those values. variable1@variable2 newvar, newvar2 = variable.split("@")

Reply via email to