Android Question Mixing int and strings on network

zapadepowday

New Member
Licensed User
Longtime User
I am new to B4a and am having what is probably a simple problem to solve, so please excuse my ineptitude.
I have data such as (13001,"Hello World") to send across the network, I cannot seem to find the best way to achieve it in one instruction.. The server receiving it needs the data as int first followed by a comma then a string.
Any help really appreciated...Thanks
 

zapadepowday

New Member
Licensed User
Longtime User
I am new to B4a and am having what is probably a simple problem to solve, so please excuse my ineptitude.
I have data such as (13001,"Hello World") to send across the network, I cannot seem to find the best way to achieve it in one instruction.. The server receiving it needs the data as int first followed by a comma then a string.
Any help really appreciated...Thanks
Ahhhh Fixed it, So no Problem.
 
Upvote 0
Top