How Can I merge char variable


good evening all,

i need merge char another.

here declaration
code: [select]
char coords[100];
char lon[15];
char lat[15];
char alt[15];
char time[20];
char vel[15];

at end, have this

code: [select]
coords = "lat="+lat+"&long="+lon+"&alt="+alt+"&speed=&course="+val+"&date=2013-04-25&time="+time+";

by way, time returning in format
code: [select]

20130615220230.000


how can human readable?

cheers

strcat?


Arduino Forum > Using Arduino > Programming Questions > How Can I merge char variable


arduino

Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62