I had the habit to declare local variables in subroutines, like.
Sub LoadInit
Dim I,v,vn,vt
In the natural frequency program http://www.b4x.com/forum/share-your...quency-calculation-mechanical-structures.html
I get following errror:
Dim I,v,vn,vt
Error description:
Regular variables cannot be redeclared.
Continue ?
Is the declaration of local variables in subroutines no more suitable ?
The program can be compiled (Windows) and runs without the error message.
I tried to reproduce it in a small program, but I dont get the error message.
Best regards.
Sub LoadInit
Dim I,v,vn,vt
In the natural frequency program http://www.b4x.com/forum/share-your...quency-calculation-mechanical-structures.html
I get following errror:
Dim I,v,vn,vt
Error description:
Regular variables cannot be redeclared.
Continue ?
Is the declaration of local variables in subroutines no more suitable ?
The program can be compiled (Windows) and runs without the error message.
I tried to reproduce it in a small program, but I dont get the error message.
Best regards.