General Category > ASL Scripts

console output

(1/1)

csf:
I am trying to output to the console, with out luck. Could some one show me an example of code that will output text to the console? 

Kubajzz:
Here's a simple example. You first have to declare a "file" type variable, then open the console and print your text... And close the console of course...

--- Code: ---file $output;

$output.open("$console", "w");

$output.print("Some text");

$output.close;

--- End code ---

csf:
Thanks for the help. It worked!

Navigation

[0] Message Index

Go to full version