string[] AutoComp = { "michal", "chris", "gems" };
thanks




Posted 11 March 2010 - 05:13 AM
Posted 11 March 2010 - 05:57 AM
string[] AutoComp = new string[4]; AutoComp[0] = "name1"; AutoComp[1] = "name2"; AutoComp[2] = "name3"; // Doing it this way will allow to you work through your code and enter a value for AutoComp[3] where ever you please. Keeping scope in mind of course. :)/>
Posted 16 March 2010 - 07:13 PM
Posted 16 March 2010 - 07:15 PM
Posted 17 March 2010 - 12:04 AM
Quote
Posted 17 March 2010 - 12:32 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
