Error in help file

BjornF

Active Member
Licensed User
Longtime User
A very minor thing, but it might be worth changing in the next version

This is pasted from the example section of AddEvent:

AddButton (Form1, "Button1", 20,20,60,60,"Click Me")
AddEvent ("Button1", Click, "MySub")
AddEvent ("Form1",MouseDown", "DoSomething")

But the " in the third line, MouseDown event, is surely a mistake :)
 
Top