It is for me. I thought, and suspiciously checked, that I could use it as a variable name. It is not in the dictionary.
Nope.
Craig
"Header" is a reserved word?
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
-
Emily-Elizabeth
- Posts: 231
- Joined: Mon Jan 03, 2022 7:10 pm
- Contact:
Re: "Header" is a reserved word?
Code: Select all
on MouseUp
local Header
put "moo" into Header
put Header
end MouseUpRe: "Header" is a reserved word?
Look for "put header" in the dictionary:
Kind regards
Bernd
The fact that "header" is colorized in the script editor should be a hint.put header
Type command
Syntax
put [ new ] header header
Summary
Replaces or adds a CGI output header to the current list that is
generated the first time any data is output to stdout.
Kind regards
Bernd
