Subject Re: Source Code Editor
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Wed, 12 Jul 2023 11:29:26 +0530
Newsgroups dbase.getting-started

Good Morning Ketan,

>
> Thank you for your help and suggestions.

You will realise the value of Lee's work when you have to write
statements like

msgbox('Rate of '+ alltrim(s["company"].value) + ' '
+alltrim(s["item"].value)+ ' ' + alltrim(s["descrip"].value) + ' have
been changed from '+ alltrim(str(d["mrp"].value,11,2)) + ' - ' +
alltrim(str(d["disc"].value,5,2)) + '% Nett '
+alltrim(str(d["offerp"].value,11,2)) + ' to
'+alltrim(str(s["mrp"].value,11,2)) + ' - ' +
alltrim(str(s["disc"].value,5,2)) + '% Nett '
+alltrim(str(s["offerp"].value,11,2)) )

Editing the above line in dbase is now hell for me. One mismatch of ()
and you are done. Quiet easy to check with npp

Regards
Akshat