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
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