Page 1 of 1

Platform

Posted: Tue Feb 17, 2015 10:05 am
by enric
Is there a way to know which platform the scenario is running?.

i.e
if (runningPlatform == 1 ) // ipad
{
// do something
}
if (runningPlatform == 2) // MacOS
{
// do something
}
etc

Re: Platform

Posted: Tue Feb 17, 2015 5:18 pm
by pipfromslitherine
No - there isn't a way to access that information I am afraid.

Cheers

Pip