fudadmin Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
Ultimate Contributor Administrator
forlano wrote on Sat, 29 April 2006 22:06
Hi,
according to Wiki doc I tried this to get a substring
String a = line.Mid(10¸ 10);
but the compiler cry:
C:\Vega\Vega3\ConnectDB.cpp:48: error: stray '\184' in program
C:\Vega\Vega3\ConnectDB.cpp:48: error: expected `)' before numeric constant
What is wrong with the previous code?
Luigi
first of all, to many ";" in one line - should be ","...