Search found 6 matches

by FromVbToPb
Sun Jul 08, 2012 5:07 pm
Forum: General Discussion
Topic: Has PB a ByRef like VisualBasic?
Replies: 25
Views: 5920

Re: Has PB a ByRef like VisualBasic?

The point is, the companies and projects which listen on this, are then maybe the most successful. You can never satisfy all wishes and desires, but some request shows you exclusive the points of improvements, and everybody in commercial projects develop for consumers, they are not god or king, but ...
by FromVbToPb
Sun Jul 08, 2012 4:13 pm
Forum: General Discussion
Topic: Has PB a ByRef like VisualBasic?
Replies: 25
Views: 5920

Re: Has PB a ByRef like VisualBasic?

i know :) in think, i was crazy enough to write it, and had to translate a lot word be word whit a dictionary........
i don't write so much again, i promise.
(i use reading (text to voice) software for such things.)
by FromVbToPb
Sun Jul 08, 2012 1:44 pm
Forum: General Discussion
Topic: Has PB a ByRef like VisualBasic?
Replies: 25
Views: 5920

Re: Has PB a ByRef like VisualBasic?

… Sorry for all this text here, don't take it al a attack or criticism. This here is not about ByRef any more, but about polishing work in general. (text all the time sound a bit harder then they are meant, so see me smiling if you want read this all)




Discussions like "i have never use this ...
by FromVbToPb
Sat Jul 07, 2012 2:08 pm
Forum: General Discussion
Topic: Has PB a ByRef like VisualBasic?
Replies: 25
Views: 5920

Re: Has PB a ByRef like VisualBasic?

Hmm. You set it your self: "Pointers to strings need a little care.", the little care is extra work.

Because ByVal ByRef and ByPinter it not the same, to use ByPinter for ByRef proposes is a work around and not a clean solution.
There is even a reason for using ByRef for Arrays and Lists, String is ...
by FromVbToPb
Sat Jul 07, 2012 12:37 pm
Forum: General Discussion
Topic: Has PB a ByRef like VisualBasic?
Replies: 25
Views: 5920

Re: Has PB a ByRef like VisualBasic?

Hooo! This is very very very painful!!!

I had to translate a LOOOOOT of code, and all codes are precisely intestinally in every singe parameter ByVal or ByRef declared. It is unthinkable to correct every singe procedure and put pointer handlings it.
I don't like pointers at all for simple string ...
by FromVbToPb
Sat Jul 07, 2012 11:23 am
Forum: General Discussion
Topic: Has PB a ByRef like VisualBasic?
Replies: 25
Views: 5920

Has PB a ByRef like VisualBasic?

Hallo, i am new here and want check out if i can replace me old VB6 codes to PB and switch maybe my main coder language to PB.
So i am new in PB and only working with a Demo version for now. Forgive if the question is maybe boring, and forgive bad english, it is not me main language.

A short ...