"KennyJ" wrote:
No. Brightscript is the scripting language for developing channels. There are no line numbers in Brightscript.
Brightscript appears to be similar to VBA and JavaScript.
GOTO label
Transfers program control to the specified line number. GOTO label results in an branch. A label is an identifier terminated with a colon, on a line by itself. Example:
mylabel:
print “Anthony was here!â€
"josephgrossberg" wrote:
if a person wants to develop an app for the Roku DVP, BrightScript is the only language option available, correct?