Add EventwParam() to the manual
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Add EventwParam() to the manual
That command is not found in the manual.
Re: Add EventwParam() to the manual
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
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
- Hroudtwolf
- Addict
- Posts: 803
- Joined: Sat Feb 12, 2005 3:35 am
- Location: Germany(Hessen)
- Contact:
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Yes:Hroudtwolf wrote:Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^So think of it as a PureBasic easter egg. Wink
<variablename>.s = "This is an OOP object like a CString object on C++"
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
- Hroudtwolf
- Addict
- Posts: 803
- Joined: Sat Feb 12, 2005 3:35 am
- Location: Germany(Hessen)
- Contact:
Yeah. Even inheritance works.<variablename>.s = "This is an OOP object like a CString object on C++"
Code: Select all
Macro Extend
+
EndMacro
variablename.s = "This is an OOP object like a CString object on C++" Extend othercoolcstringlikeobject.s
xD