Android Question Clarification Regarding Type Keyword

JNG

Member
Licensed User
Hi!

I have used Type Keyword
Type Abc(Index as Int,Value as String ) in a Class.
And used it in a Class. As Type is public this is available across all activities in a project . Now suppose I compile this Class to Library.
Library is included in the project.

Can I use
Dim Variable1 as Abc (in any of the activity in the project, To avoid re-declaration of similar Type )
Variable1.Initialize


regards
jng
 
Top