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 » U++ Library support » U++ Core » short-hand
short-hand [message #3415] Wed, 24 May 2006 12:04 Go to previous message
qwerty is currently offline  qwerty
Messages: 130
Registered: May 2006
Experienced Member
is there any short-hand for something like this:

Array<int> ints;
String str = "";

... - adds some elements to 'ints'

for(int q = -1; ++q < ints.GetCount(); ) {
    str += AsString(ints.[q]) + " ";
}


?

excluding
for(int q = -1; ++q < ints.GetCount(); str += AsString(ints.[q]) + " "); Surprised
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How Use Substring Search?
Next Topic: user 'Value' [FEATURE REQUEST]
Goto Forum:
  


Current Time: Thu Jun 06 07:04:18 CEST 2024

Total time taken to generate the page: 0.02863 seconds