Hi ..Little John wrote: Fri Dec 23, 2022 2:45 amYou know about procedures?hugblue wrote: Thu Dec 22, 2022 10:11 pm Looked in the manual first.
Then i came here.
And i do know about procedures.
And what did you read in the manual about functions?
I thought it would have been great if the chatGPT had been better.
It could have accelerated the learning processes.
When i looked into functions and procedures. I think they looked very alike. But chatGPT kept saying that purebasic uses functions.
So :
procedure :
A code module, sub-routine. with its own code or shared.
A building block separated until called and needed.
Functions :
I believe this is somehow equal to procedures. Problably also why it is not in purebasic.
Normally. I have not programmed so much. Mostly used Macro Toolworks. Where i can just move building block around, insert data into the blocks. Kinda. But that is not enough anymore.
Now i have looked into Purebasic. Wished there were more books, that described everything from beginner to advanced and books with lots of exercises and solutions, to quickly getting everything into routine.