Hi!
Can please anybody tell me the best way for cutting this string
16/12/2004 14:02:48,"C:\Chqtest\MICRTestBatch$C000056C99D0250A10000055C09$_A.tif","C000056C99D0250A10000055C09"
As output I want to have "C000056C99D0250A10000055C09" (so the string after the second ",")
Can sobebody tell me which function to use in Visual C++?
In addition to that I want to pick out only the numeric values of my string: 000056
99
0250
100000
09 (I want to have 5 substrings)
Thanks in advance for your help
Andrea
Can please anybody tell me the best way for cutting this string
16/12/2004 14:02:48,"C:\Chqtest\MICRTestBatch$C000056C99D0250A10000055C09$_A.tif","C000056C99D0250A10000055C09"
As output I want to have "C000056C99D0250A10000055C09" (so the string after the second ",")
Can sobebody tell me which function to use in Visual C++?
In addition to that I want to pick out only the numeric values of my string: 000056
99
0250
100000
09 (I want to have 5 substrings)
Thanks in advance for your help
Andrea