Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Getting data in a row of ArrCtrl
Re: Getting data in a row of ArrCtrl [message #2209 is a reply to message #2206] Tue, 04 April 2006 01:46 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
forlano wrote on Mon, 03 April 2006 23:40



2. Format? some of the cells (coloumns) in the row are string, other are integer.

Quote:


also, don't forget a useful method ToString() ...



What do you mean? Why I need this method (sorry for this silly question).

b)
	String s;
	int int_row = arr.GetCursor();
	for (int i=0; i<arr.GetColumnCount(); i++) {
		s << arr.Get(int_row, i);
		s << ":::";
      }


Luigi


If you are going to write your data into *.txt file, everything must be string or char. According to my knowledge... Or do you know other methods?
If yes, then converting to string is useful.

Also you need kind of a record structure (format)? column and rows delimiters?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
Next Topic: "Forlano tabs" - fill EditFields from ArrayCtrl Row...
Goto Forum:
  


Current Time: Thu May 30 15:48:27 CEST 2024

Total time taken to generate the page: 0.00821 seconds