P
Paul [Paradise Solutions]
Hi all
I've often seen (and have quoted myself) the fact the using '=' to
update a strings content is processor expencive as it destroys the
string and then re-creates it. Some people say to used things like
insert and concat.
This is fine but Insert and Concat don't carry out the action on the
varibale specified - they return the result as a new string value that
needs to be assigned to a string varibale. So my question is, how are
you supposed to do this without using '='?
Any info apprieciated (especially on my last post about the task list...)
Paul
I've often seen (and have quoted myself) the fact the using '=' to
update a strings content is processor expencive as it destroys the
string and then re-creates it. Some people say to used things like
insert and concat.
This is fine but Insert and Concat don't carry out the action on the
varibale specified - they return the result as a new string value that
needs to be assigned to a string varibale. So my question is, how are
you supposed to do this without using '='?
Any info apprieciated (especially on my last post about the task list...)
Paul