Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to move an application to the front using the creator code?

Answer: This makes SimpleText (Code ttxt) to the frontmost application:
Example
dim a as appleevent

a=newappleEvent("misc","actv","ttxt")

if a.send then
end if

(Code is Mac only)


The biggest plugin in space...