22.02.2011, 20:52
Hello people,
I have an SQL Row received like this: INT|STRING|INT|INT|INT|blablabla many more int's
So how do i use sscanf (or any other way) to get a certain value of that sql string between a '|' like the int after the 5th '|'
I have an SQL Row received like this: INT|STRING|INT|INT|INT|blablabla many more int's
So how do i use sscanf (or any other way) to get a certain value of that sql string between a '|' like the int after the 5th '|'