Page 1 of 1

Add EventwParam() to the manual

Posted: Wed Nov 21, 2007 10:09 pm
by Psychophanta
That command is not found in the manual.

Re: Add EventwParam() to the manual

Posted: Thu Nov 22, 2007 10:07 am
by PB
In previous threads Fred has said it's not an official command, and that's
why it's not in the manual. So think of it as a PureBasic easter egg. ;)

See also: http://www.purebasic.fr/english/viewtopic.php?t=21296

Posted: Thu Nov 22, 2007 3:12 pm
by Hroudtwolf
So think of it as a PureBasic easter egg. Wink
Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^

Posted: Thu Nov 22, 2007 3:14 pm
by Psychophanta
Ah, Thanks! But seems that there are more than one of those eggs :roll:

Posted: Thu Nov 22, 2007 3:15 pm
by IceSoft
Hroudtwolf wrote:
So think of it as a PureBasic easter egg. Wink
Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^
Yes:
<variablename>.s = "This is an OOP object like a CString object on C++"

Posted: Thu Nov 22, 2007 3:59 pm
by Hroudtwolf
<variablename>.s = "This is an OOP object like a CString object on C++"
Yeah. Even inheritance works.

Code: Select all

Macro Extend
+
EndMacro
variablename.s = "This is an OOP object like a CString object on C++" Extend othercoolcstringlikeobject.s

xD