I was wondering if there is a way of implementing Equates in B4A.
I my Windows Programing Software, you declare a Numerical Equate at the head of the program by the use of a percentage sign, %MaxPeople = 100 and a String Equate with a dollar sign, $MyName = "Gavin".
You then use %MaxPeople and $MyName through your program. This is not the same as using a variable as an Equate can not be accidentally altered by your program.
I have tried looking in the forums for an answer with no success.
Gavin
I my Windows Programing Software, you declare a Numerical Equate at the head of the program by the use of a percentage sign, %MaxPeople = 100 and a String Equate with a dollar sign, $MyName = "Gavin".
You then use %MaxPeople and $MyName through your program. This is not the same as using a variable as an Equate can not be accidentally altered by your program.
I have tried looking in the forums for an answer with no success.
Gavin