applescript how to set levels

LXConsole support and feedback
Post Reply
Pace514
Posts: 105
Joined: Sat Aug 29, 2015 6:19 pm
Location: Montréal

applescript how to set levels

Post by Pace514 »

Hi Claude !!!

tell application "LXConsole"
tell the front document
chanlevel 83=99
end tell

Does not work. What would be the right syntax...Also for Sub and Group ?

Thanks again !

Pascal
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

tell application "LXConsole"

tell the front document to doCommand string "83@99"

end tell
Post Reply