DIM MainForm AS QFORM MainForm.ShowModal
RC Forms.BAS
-I[Path] Change Include Path -L[Path] Change Library Path -G[File] Icon file
RC -Ic:/rapidq/includes
RC -I"c:\rapidq long dir\includes\"
RC -I"c:\rapidq long dir\includes\\" or RC -I"c:\rapidq long dir\includes"
RC -Gzip.ico zipview.bas
PRINT "Hello" : PRINT "World" or PRINT "Hello" PRINT "World"