SetProjectResult
| Structure
SetProjectResult(sProjectResult: Text)
Type
Procedure
Description
This procedure simply sets a project result variable behind-the-scenes that can be recalled later through the GetProjectResult function.
Parameters: 1
sProjectResult = the project result
Examples
SetProjectResult("My Result Here") |