G
gromit12
Hi,
I have some code that runs fine on a PC but trips up a mac. I have
found a workaround for the mac, but I need to find a way to shield the
code in eaqch case, along the lines of:
If [I'm running on a Mac] then
mac code
Else
PC code
End if
Anyone know how to do this? Thanks in advance.
I have some code that runs fine on a PC but trips up a mac. I have
found a workaround for the mac, but I need to find a way to shield the
code in eaqch case, along the lines of:
If [I'm running on a Mac] then
mac code
Else
PC code
End if
Anyone know how to do this? Thanks in advance.