Posted by MrG 207.231.75.213 using Mozilla/4.5 [en] (Win98; I) on April 01, 2000 at 14:52:57:
In Reply to: Could someone correct this for me please ? posted by Martin on April 01, 2000 at 02:28:08:
This coucou here isn't a string, or the program isn't #coucou! = "coucou" That might work... Mike
: #Method HM(text$)
: {
: #WinGraphic("Halkmwin.jpg")
: #MWinSize(59)
: #ColorRGB(28,35,65)
: #MWin("
: }
: #HM(coucou)
reconignizing it as one. Try enclosing it in ""s, or making
a string variable, such as:
#HM(coucou!)