Android Question Simple Linking program

brianwiz12

Active Member
Licensed User
Longtime User
Okay Im trying to do a very easy code of a button. If button is clicked it goes to a website or page on the site.

Keep getting the following error

Parsing code. Error
Error parsing program.
Error description: Unknown type: com
Are you missing a library reference?
Occurred on line: 27
Dim google.com As Char

This is simple in visual basic and java... Im missing something here. Any advice?
 

DonManfred

Expert
Licensed User
Longtime User
dot are not allowed in variablenames. Rename it googlecom or just google
 
Upvote 0

brianwiz12

Active Member
Licensed User
Longtime User
Thanks for the tips. Still very new at this. Where do I get the description of the libraries so I know which one to input?
 
Upvote 0
Top