Colin Case wrote:
> Basic Runtime Error - Variable not defined
> This is the code fragment - the variable is CursorPosition near the end.
> Happens in Writer and Draw exactly the same.
>
>     ' If row is 0 or negative put curser to the start
>     If iRow < 1 Then
>         CurserPosition=1
>         Exit Function
>     End If

I know nothing about this, so pardon my ignorance. But this looks
like an OO issue, not a LilyPond issue. Is it perhaps caused by
misspelling CursorPosition as CurserPosition?

- Mark



      


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to