Subject Re: To pass a variable value
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Fri, 21 Jul 2023 11:47:09 -0700
Newsgroups dbase.getting-started

On 7/21/2023 11:27 AM, Milind Nighojkar wrote:
> Scenerio : In a form have
> text = '<font color="Darkred" size=4><b>Processing ......</b></font>'
>
> Can 'Processing ' in above be passed as a variable?

Sure, it can be done in many ways:

cText = "Processing"

text = '<font color="Darkred" size=4><b>' + cText + ' ......</b></font>'

For example.

Ken

--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm
dBASE DOS to Windows Tutorial:
http://www.goldenstag.net/dbase/DtoWTutorial/00_Menu.htm