EventKey$

From Liberty BASIC Family
Jump to navigation Jump to search
Not supported in Just BASIC Not supported in Liberty BASIC Not supported in Liberty BASIC 5 Supported in Run BASIC

Description

The variable contains the ID of the object that created the last event

Syntax

  1. EventKey$

Hints

The content is #key or #handle

Example

link #display, "Click Me",[Display]
wait

[Display]
print
print "EventKey$ is: "; EventKey$

Useful Procedures

' Place a useful function or sub using this keyword here