There is a known issue within the syntax and examples provided within the Silk Performer 10.0 (and previous versions) online help - Silk Performer | Help | Contents, for the CitrixWaitText() function. Within the detail it states that the order of the following parameters within the function should be: CitrixWaitForText(......, nPolling, sResult); Following this approach will result in the SEM207 error during compile. To avoid the issue, ensure to apply the CitrixWaitForText() parameters as per the following example: CitrixWaitForText(......, sResult, nPolling); This issue has been officially addressed within the Silk Performer 15.0 documentation.
↧