Tips and tricks
To display progress information in the Scanner activity window (the bottom window of the scanner tool, or the bottom left window of the script debugger) use the echo command.
Example
Function Main
'Show some text in the scanner activity window
echo "Script has run successfully"
'return the result
Main = true
End Function