Platforms to show: All Mac Windows Linux Cross-Platform
IsWindows95MBS as boolean Deprecated
Function:
Checks whether operation system is Windows 95/98/ME.
Example:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | System | MBS Win Plugin | 5.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
if IsWindows95MBS then
MsgBox "Windows 95/98/ME"
else
MsgBox "no Windows 95/98/ME"
end if
This item is deprecated and should no longer be used.
Notes:
Returns true or false on Windows and alway false on other platforms.Some examples using this global method:
Blog Entries
The items on this page are in the following plugins: MBS Win Plugin.
