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 » Problem with StringReplace [solved]
Re: Problem with StringReplace [message #7908 is a reply to message #7907] Wed, 31 January 2007 09:43 Go to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
I would rather recommend

Lines[i] = StringReplace(Lines[i], "Something", "SomethingElse");

because .At is more complex method that extends container as needed (e.g. if you have 1 element in Lines and use Lines.At(10000), it adds 9999 empty Strings).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: RegExp support
Next Topic: LOG files in ~/.App-name/logs/date.log in Linux
Goto Forum:
  


Current Time: Mon Aug 25 10:45:16 CEST 2025

Total time taken to generate the page: 0.05904 seconds