Re: OT - getting the computer's name under OSX

2004-09-17 Thread FlexibleLearning
Er... put $USERNAME $COMPUTERNAME? Or is this not OSX compatible? /H Now that I'm thinking about it, there's a much easier way: function ComputerName set the itemDel to : return (item 1 of the address) end ComputerName ___

Re: OT - getting the computer's name under OSX

2004-09-17 Thread James . Cass
] 09/17/04 01:14 PM Please respond to How to use Revolution To: [EMAIL PROTECTED] cc: Subject:Re: OT - getting the computer's name under OSX Er... put $USERNAME $COMPUTERNAME? Or is this not OSX compatible? /H Now that I'm thinking about it, there's

OT - getting the computer's name under OSX

2004-09-16 Thread Terry Judd
I know I can get the user's name under OSX by querying $user, but how do I get hold of the computer's name (as given in the Sharing preferences pane). Cheers, Terry... ___ use-revolution mailing list [EMAIL PROTECTED]

Re: OT - getting the computer's name under OSX

2004-09-16 Thread Ken Ray
On 9/16/04 4:52 AM, Terry Judd [EMAIL PROTECTED] wrote: I know I can get the user's name under OSX by querying $user, but how do I get hold of the computer's name (as given in the Sharing preferences pane). Here you go: on mouseUp answer ComputerName() end mouseUp function ComputerName

Re: OT - getting the computer's name under OSX

2004-09-16 Thread Ken Ray
On 9/16/04 8:14 AM, Ken Ray [EMAIL PROTECTED] wrote: On 9/16/04 4:52 AM, Terry Judd [EMAIL PROTECTED] wrote: I know I can get the user's name under OSX by querying $user, but how do I get hold of the computer's name (as given in the Sharing preferences pane). Here you go: on mouseUp

Re: OT - getting the computer's name under OSX

2004-09-16 Thread Terry Judd
On Friday, September 17, 2004, at 12:51 AM, [EMAIL PROTECTED] wrote: I know I can get the user's name under OSX by querying $user, but how do I get hold of the computer's name (as given in the Sharing preferences pane). Here you go: on mouseUp answer ComputerName() end mouseUp function