Hi, is it possible to declare a variable in eg B4XMainpage that is accessible in all pages ?
I want to have i string variable and an numeric variable that i can access everywere.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Where must i define them ? Want to access them in my subs
			
			I want to have i string variable and an numeric variable that i can access everywere.
			
				variables:
			
		
		
		Public myString As String
Public myNum As Int 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		