carbonize:
--------------------------------------------------------------------------------
Let's just clear something up. When you say ASP I assume you are actually
refering to VB Script since ASP is not a language?
--------------------------------------------------------------------------------


Yes, some clarify must be done.
OK, ASP is not a program language, of course, it's only a "technology".
In the <% and %> ASP delimiter I can use any script language, including VB
script, JScrict ecc.
The only important condition is that the script engine can refer to the Server
default objects, like Response, Request etc.
Now, VB Script is the default language in the <% and %> ASP delimiter, so we can
refer to that language.
But since ASP, except some cases, require Server objects, then I think that
Request, Response etc. can be view as keywords.
Infact, as you can see in the second picture in my lastest post, the ASP syntax
highlighter include Response as keyword (and other VB Script keywords too).
But the question is another: if the highlight setting include the Response
keyword (and it is correctly highlighted), why this keyword is not in the
keyword listed in the pop-up (showed when I press CTRL+SPACE BAR)?

Thank you in advance

Marcus

-- 
<http://forum.pspad.com/read.php?2,48812,48832>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem