Thank you Bob ! :-) René > Le 23 janv. 2015 à 23:22, Bob Sneidar <[email protected]> a écrit : > > Shorter still: > > switch (the platform) > case “MacOS” ; put "Finder" into tReference ; break > case “Win32” ; put "Explorer" into tReference ; break > default ; put "Desktop" into tReference > end switch > > You don’t need a break after default. :-) > > Bob S
_______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
