Page 1 of 1

System commands

Posted: Fri Oct 14, 2016 2:51 pm
by MrTAToad
Would be nice if it was possible to get the operating system being used. Would also be nice to have an easier way of getting the browser type too.

Re: System commands

Posted: Fri Oct 14, 2016 3:07 pm
by Peter

Code: Select all

Define OS.s
Define Browser.s
! v_os = navigator.platform;
! v_browser = navigator.userAgent;
Debug OS
Debug Browser
Greetings ... Peter