Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Module loggedInCustomerData 'The login data of the customer that is logged in as a module
- Public accountID As Integer 'global variables for the account information
- Public username As String
- Public password As String
- Public levelOfAccess As Integer
- End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement