xref: /Universal-ctags/Units/review-needed.r/simple.asp.t/input.asp (revision 794f991ec45ac0d81e82573f4f824563410157f6)
1' "_descriptions.asp"
2' Documentation for my variables
3
4Const constDecl = 512
5
6Dim lang_start      '(htmlct.inc) char-index, use for multilanguage-strings
7DIM lang_length     '(htmlct.inc) num.chars to get, i.e. mid(str, lang_start, lang_length)
8function HtmlCutout(lang, str)   'dig-out a piece of text from a multilang. string str
9
10dim lang_swe(230)   'translation-table for pagetitles, buttons, etc.
11Function f_translate_9data(id,defaulttext,data)   'lookup lang_???(id) and insert data at $0,$1,...
12
13sub js_erroralert(txt)           'print inline-script to generate popup-window with txt
14
15