Solving my own problem, I toke a look at some other postings.
So I have seen, that often 'wish-lists' for future versions
where posted. I know, it's heavy for the forum-admin and other
members, to read this wishes many times. But there is one, I
want to say something to it.
I don't think it's good, PB to make like a real OOP-lang.
Too much performance will be lost.
But there is one thing, that can help all 'wishers':
A new variable-type, perhaps called 'OBJECT', where I can hold
a code-pointer. I can put this variable in a line, like a call
to a sub or function, I can put the parameters behind it.
So it's possible to call the same proc with different names.
And it's possible to hold and call it in a UDT.
By this way (I hope, it's not sooo much work) PB-programmers will
be able to create their own 'class-libs'. I think that it's, the
most 'wisher' want to do.
I forgot, the called sub or function need the information, from
where it was called (for handling of instances).
Sorry for my 'stoned' english.
Best regards
Christian Weilguny
Vienna/Austria
------------------
So I have seen, that often 'wish-lists' for future versions
where posted. I know, it's heavy for the forum-admin and other
members, to read this wishes many times. But there is one, I
want to say something to it.
I don't think it's good, PB to make like a real OOP-lang.
Too much performance will be lost.
But there is one thing, that can help all 'wishers':
A new variable-type, perhaps called 'OBJECT', where I can hold
a code-pointer. I can put this variable in a line, like a call
to a sub or function, I can put the parameters behind it.
So it's possible to call the same proc with different names.
And it's possible to hold and call it in a UDT.
By this way (I hope, it's not sooo much work) PB-programmers will
be able to create their own 'class-libs'. I think that it's, the
most 'wisher' want to do.
I forgot, the called sub or function need the information, from
where it was called (for handling of instances).
Sorry for my 'stoned' english.
Best regards
Christian Weilguny
Vienna/Austria
------------------
Comment