Closed Ily83 closed 3 years ago
Question: Is it possible to read give an integer to a variable declared as real in a subroutine?
do you mean to be able pass both integer and real number at the same time?
do you mean to be able pass both integer and real number at the same time?
yes, in a subroutine, kind of like the "auto" of C++
yes, in a subroutine, kind of like the "auto" of C++
I do not think it is possible!
Change animation_start(1) to animation_start(1.) so that it works with the new file.
Question: Is it possible to read give an integer to a variable declared as real in a subroutine?