KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Process Number syntax
PRODUCT: 4D | VERSION: | PLATFORM:
Published On: September 17, 1999

The correct syntax for obtaining a process number for a client process is:
$PID := Process number ("ProcessName")
The syntax for obtaining the process number for a server process is:
$PID:= Process number ("ProcessName";*)

Click here for the documentation concerning Process number.