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 » Community » Newbie corner » margin / Report
Re: margin / Report [message #55880 is a reply to message #55877] Fri, 25 December 2020 22:32 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 204
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
within the same question, how do I set a margin for a table? (following the code below)


        String tab;
	tab << "{{1:1:1:1:1:1:4 A:: B:: C:: D:: E:: F:: G (wider)";
	for(int row = 0; row < 10; row++)
		for(int column = 0; column < 7; column++)
			tab << ":: " << row << ":" << column;
	r << tab;


note: I saw in the U ++ document that a margin should be "<number", but if you put it in the example above as
"{{<200 1:1:1:1:1:1:4 A:: B:: C:: D:: E:: F:: G (wider)"

generates inconsistency!

How do I do?

thanks
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: AESStream cause of error in GUI TopWindow
Next Topic: read argument count/vector in GUI
Goto Forum:
  


Current Time: Wed May 14 22:49:53 CEST 2025

Total time taken to generate the page: 0.02685 seconds