Looks like...(more)


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]

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:


: #Method HM(text$)
: {
: #WinGraphic("Halkmwin.jpg")
: #MWinSize(59)
: #ColorRGB(28,35,65)
: #MWin(" ")
: }
: #HM(coucou)

This coucou here isn't a string, or the program isn't
reconignizing it as one. Try enclosing it in ""s, or making
a string variable, such as:

#coucou! = "coucou"
#HM(coucou!)

That might work...

Mike



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]