help please! when a string contains variable references
- From: "CCLeasing" <gary@xxxxxxxxxxxxxxx>
- Date: 8 Nov 2006 02:59:52 -0800
I have a variable string, called formatstring The general format of the
string is : -
"somevariable + "some string text" + some variable2 + "some more text"
.... "
I want to use this variable as the argument for writeline like so : -
writeline(formatstring);
the problem i have is that writeline treats the variable formatstring
as a literal string, and doesn't realise that it includes variables
that needs replacing.
how do i get around this?
.
- Follow-Ups:
- Re: help please! when a string contains variable references
- From: Marc Gravell
- Re: help please! when a string contains variable references
- From: Jeroen
- Re: help please! when a string contains variable references
- Prev by Date: Re: Blitter 80 fps @ 1024x800 YUV420
- Next by Date: Re: Propagation of events from custom control to Form
- Previous by thread: Problem checking what the last line in a file is.
- Next by thread: Re: help please! when a string contains variable references
- Index(es):
Relevant Pages
|