Hi folks,
Do you have any clue using Natural to implement the following :
(1) Obtain IP address of hosting machine
I know there is system variable for getting host name and process ID, but can IP address of the hosting machine (the one the Natural session is running on) be obtainable easily by some Natural statements?Suppose it is Natural on Unix.
(2) Sleep(t) function
Can a sleep(t) (where t is in seconds, for example) function be implemented with Natural, like the one in C language? I have thought of using timed looping but I doubt it can work precisely.
Any idea? Suppose it is Natural on Unix.
Rgds,
Alex