Android Question Unable to process variables

iamfanghan

Member
Licensed User
Longtime User
I have done a flag check to ensure the user keys in the required amount of details. However, it doesnt work that way. Can anyone help on this? ><
 

Attachments

  • ver1.1.zip
    30.1 KB · Views: 126

DonManfred

Expert
Licensed User
Longtime User
you mean
B4X:
Sub Process_Globals
    Private currentPage As Int
End Sub
the variable currentPage?

If yes then you should not declare it as private

Maybe i just dont understand the question an/or you are missing giving us more details where the problem is.

You did not say what you can not access
You did not post any error message

Maybe you should update your request
 
Upvote 0

iamfanghan

Member
Licensed User
Longtime User
you mean
B4X:
Sub Process_Globals
    Private currentPage As Int
End Sub
the variable currentPage?

If yes then you should not declare it as private

Maybe i just dont understand the question an/or you are missing giving us more details where the problem is.

You did not say what you can not access
You did not post any error message

Maybe you should update your request
No no.. it's for the flag count. simplyflagcount and continuousflagcount
 
Upvote 0
Top