Hi,
I wrote a macro in Basic language, on v8 2004 version of Microstation.
In that macro I ask the user to place some text on the screen, and I ask him to indiquate me two points so that I'm able to draw a rectancle (with the coordinates of these two points as the coordinates of the two opposites corners of my rectangle).
When I run my macro on v8i, I get a 1102 error. Something is writen in v8i Basic_Help documentation about that situation, but I didn't understand what to change in my code to fixe the problem.
I wrote:
<<
MbeGetInput MBE_DataPointInput, MBE_ResetInput
If MbeState.inputType = MBE_DataPointInput Then
....... 'utilise the coordinates of the point to place the text
End If
>>
Could you help me please.
Etienne