Jim Douglas
unread,Jun 23, 2010, 11:51:59 AM6/23/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to busine...@googlegroups.com, mro...@pyleco.com, bbj-de...@googlegroups.com, BASIS Technical Support
Michael,
This isn't a BASIS group; it's a generic Business BASIC discussion group. You probably want
bbj-developer instead.
The BBj INFO(3,4) function uses this Java call internally; if it generates an error for any reason, it returns "":
>?java.net.InetAddress.getLocalHost().getHostName()
scrappy.local
>
If you paste that Java command into a BBj console session, you should see the error that's causing INFO(3,4) to return "". Most likely, you're getting a security exception.