Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - JohnnyB

#31
That's good. I will use C++ or Fortran for complex calculations for my AI.
#33
I am not sure at the moment how this "INLINE" stuff really works.
#34
so technically, I save IDs in an array: 7, 14, 9, whatever

so which loop to use to get rid of, let's say 14?

Should I simply use a counter and then use DIMDEL after the loop (I think using it within could cause problems)?

Or DELETE within the loop?!
#35
Great work! GLBasic is great, should have started using it years ago. Much better than AppGameKit (that language is so ugly).
#36
What is the best solution?

i cannot use foreach with non-types, can I?!
#37
Yes, that's how you do it, but why not write the function name directly as a parameter?
#38

Right now I have to do something like this:

PROTOTYPE prType : a#

FUNCTION test: a#

LOCAL testPr As prType

testPr = test

FUNCTION prPass: testPr As prType

prPass(testPr)

Is it possible to implement direct passing of the function:

prPass(test)

-------





#40
I saw that once in the IDE. Can I do it by pressing a button or something?
#41
GLBasic - en / Vulkan?
2019-Mar-09
Hi! Cool tool you got there. I like the syntax more than AGK.

Is there any ambition to turn GLBasic into some sort of V(ulkan)Basic in the near future or are such large changes out of the question?

Greetings,
Johnny