"Header" is a reserved word?
Posted: Wed Sep 09, 2026 6:31 pm
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
Nope.
Craig
Questions and answers about the LiveCode platform.
https://forums.livecode.com/
Code: Select all
on MouseUp
local Header
put "moo" into Header
put Header
end MouseUpThe 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.