Smarticon

i have create a smarticon, with some information, picture…my problem is with the picture, when i delete the FileImport line, the text appears in red.

Why? must i add a formule?

TempName:=@NewLine+" TOTO Tutu";

TempCompany:=@NewLine+" Toto";

@Command([FileImport];“GIF Image”;“c:\lotus\picture.gif”);

@Command([TextSetFontFace];“Helv”);

@Command([TextSetFontSize];“14”);

@Command([TextSetFontColor];[Red]);

@Command([EditInsertText];TempName);

@Command([TextSetFontFace];“Helv”);

@Command([TextSetFontColor];[Black]);

@Command([TextSetFontSize];“8”);

@Command([TextBold]);

@Command([EditInsertText];TempCompany);