Samples Console Command line arguments

Command line arguments

Read arguments passed to a thinBasic script.

Beginner Console Uses: Console

Overview

This sample will be expanded with a complete explanation.

What you’ll learn

  • How this sample is structured
  • Which thinBasic modules are used
  • How to run the code in thinAir

Code

Uses "Console"

PrintL "Command line arguments"
PrintL "Sample code coming soon."

WaitKey
Try it yourself

Copy the code, paste it into thinAir and press F5 to run it.