two sscanf.
#1

Hi,

Can i do two sscanf in one time? i mean in mysql loading:

Код:
sscanf(savingstring,"p<|>ddd",BLABLA,BLA,BLABLA);
sscanf(savingstring,"p<|>s[50]s[25]",TTSD,ASDASDT,ASDASD);
Reply
#2

You want to split lines because they get too long? Use quiet parameters

pawn Код:
sscanf(savingstring,"p<|>ddd",BLABLA,BLA,BLABLA);
sscanf(savingstring,"p<|>{ddd}s[50]s[25]",TTSD,ASDASDT,ASDASD);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)