Code:
This is working:
oSmartImage.FontFace = strImageFontFace
oSmartImage.FontColor = strImageFontColor
oSmartImage.AddText [b]"Test me!!"[/b], strVAlign, strHAlign
This is not working:
oSmartImage.FontFace = strImageFontFace
oSmartImage.FontColor = strImageFontColor
oSmartImage.AddText [b]strImageText[/b], strVAlign, strHalign
How do I do to be able to insert dynamic text!?