> Hi,
>
> how to add line in memo field like...
>
> repl (memofieldname)with exp1
> repl (memofieldname)with exp2
>
> out put
> exp1 exp2
>
> i want to
>
> exp1
> exp2
>
> thanks
>
> Mahesh
You forgot the carriage return and linefeed.
#DEFINE CRLF Chr(13)+chr(10)
replace (memofieldname) with exp1+CRLF
replace (memofieldname) with memofieldname+exp2+CRLF
BTW. The way you coded it could never give an output like exp1 exp2
In the second line you replace the entire content with exp2, meaning that the output can just be exp2
Boudewijn Lutge®ink
The attitude of "
An eye for an eye and a tooth for a tooth" will make this world toothless and blind (Gandhi)