Returns a boolean indicating whether the application server running the function is running in client mode.
int is_client()
1 / 0
int zi_client; zi_client = is_client(); printf("IS CLIENT? %d\n", zi_client);
Where can I find Spel functions documentation?