Hi,

I'm using the code below, but on a win ME machine its detecting Win 98.
Any ideas on what I'm doing wrong or why its doing that.

Thanks
Liz


on exitFrame me
  set WinVer = baVersion( "os" )
  
  
  Case WinVer of
    "WinXP" : go to "XP"
    "Win2000" : go to "2k"
    "WinME" : go to "ME"
    "WinNT" : go to "NT"
    "Win98" : go to "98"
    "Win95" : go to "95"
  end case
  

end



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to