docServerUserLandCom picture
Contents
Frontier Site

target.get

Syntax target.get ()

Params None required.

Action Identifies the current target.

Returns The address of the current target.

Examples Open examples.list1 and examples.letter. Make sure examples.letter is the frontmost window. Now type and execute:
msg (target.get ());

clock.waitSeconds (2);

target.set (@examples.list1);

msg (target.get ())

Notes Every thread has its own target, so you do not need to protect the target with semaphores.


© Copyright 1992-2026 UserLand Software. Email: webmaster@userland.com.