02-21-2023, 11:28 PM
Thanks, I have the wrong older Wiki url
Try this:
Try this:
Code: (Select All)
$Let SOMETHN = 5
$If SOMETHN Then
' do this
$Else
' complain about "somethn"
$If WIN Then
' do your Windows routines with confidence here
$ElseIf LINUX Then
' Linux-only stuff here
$Else
' assume it's for MacOS then
$End If
$End If