I am using the Attachmate EXTRA! Object Library to communicate with Extra! from C#.
Opening sessions and sending/reading characters works fine, but when I try to use functions like WaitForString or WaitForCursor they take a bunch of parameters that Ive never seen in any documentation.
Example:
System.Object WaitForCursor ( System.Int16 Row , System.Object Col , System.Object EndRow , System.Object EndCol , System.Object Page , System.Object Type )
What are EndRow and EndCol and Type for ??
And what is the return value, I cant recieve it as a boolean.
Opening sessions and sending/reading characters works fine, but when I try to use functions like WaitForString or WaitForCursor they take a bunch of parameters that Ive never seen in any documentation.
Example:
System.Object WaitForCursor ( System.Int16 Row , System.Object Col , System.Object EndRow , System.Object EndCol , System.Object Page , System.Object Type )
What are EndRow and EndCol and Type for ??
And what is the return value, I cant recieve it as a boolean.