Hello,

Because this line:

   ::nStyle    = nOR( WS_CHILD, WS_VISIBLE, WS_TABSTOP,;
                     If( lDefault, BS_DEFPUSHBUTTON, 0 ),;
                     If( at( CRLF, cCaption ) > 0, BS_MULTILINE, 0 ), ;
                     If( cPosText == "TEXTTOP", BS_TOP, 0 ),;
                     If( cPosText == "TEXTBOTTOM", BS_BOTTOM, 0 ),;
                     If( cPosText == "TEXTLEFT", BS_LEFT, 0 ),;
                     If( cPosText == "TEXTRIGHT", BS_RIGHT, 0 ),;
                     If( lDesign, WS_CLIPSIBLINGS, 0 ) )

generates this error:

Error E0030  Syntax error "syntax error at 'L'"

Regards,

Rossine.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to