ph_locateprocess PowerHome formula function
Description
Locates the process value for the specified exe.
Syntax
ph_locateprocess ( exe, instance )
Argument Description
exe String. The exe filename or path and exe filename whose process you want.
instance Integer. The instance of the exe to locate. The first instance is 0.
Return value
Long. Returns the process of the specified EXE. If the exe value contains a full path, then the search will be on the full path and filename, otherwise, the search will be just for the filename.