System commands
Posted: Fri Oct 14, 2016 2:51 pm
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.
Code: Select all
Define OS.s
Define Browser.s
! v_os = navigator.platform;
! v_browser = navigator.userAgent;
Debug OS
Debug Browser