"Stan Helton" <Stoshwolfen@[EMAIL PROTECTED]
> wrote in message
news:nOednScdg8krh7PbnZ2dnUVZ_qmpnZ2d@[EMAIL PROTECTED]
>
>
> Thanks. I will test that this afternoon and let you know what happens.
> Question -- Is it not possible to use this statement to insert only a
> ****tion
> of StringVariable$ into DataRecord$ by specifying
> a Length% < LEN(StringVariable$) ?
>
Sure, just use MID$ function in addition to MID$ startement...
MID$(string, pos, len) = MID$(Otherstring, pos, length)
???
MCM


|