home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Web / Homesite / data1.cab / Program_Executable_Files / Extensions / ExpressionElements.vtm next >
Text File  |  1999-04-12  |  56KB  |  545 lines

  1. <CAT CAPTION="Functions" EXPANDED="Yes" DESC="This branch contains over 120 ColdFusion functions.">
  2.   <CAT CAPTION="Arrays" DESC="" ICON="Elements">
  3.     <E CAPTION='ArrayAppend' VALUE='ArrayAppend( array, value )' HELPFILE='Docs/CFMLFunctions/arrayappend.htm'>
  4.     <E CAPTION='ArrayAvg' VALUE='ArrayAvg( array )' HELPFILE='Docs/CFMLFunctions/arrayavg.htm'>
  5.     <E CAPTION='ArrayClear' VALUE='ArrayClear( array )' HELPFILE='Docs/CFMLFunctions/arrayclear.htm'>
  6.     <E CAPTION='ArrayDeleteAt' VALUE='ArrayDeleteAt( array, position )' HELPFILE='Docs/CFMLFunctions/arraydeleteat.htm'>
  7.     <E CAPTION='ArrayInsertAt' VALUE='ArrayInsertAt( array, position )' HELPFILE='Docs/CFMLFunctions/arrayinsertat.htm'>
  8.     <E CAPTION='ArrayIsEmpty' VALUE='ArrayIsEmpty( array )' HELPFILE='Docs/CFMLFunctions/arrayisempty.htm'>
  9.     <E CAPTION='ArrayLen' VALUE='ArrayLen( array )' HELPFILE='Docs/CFMLFunctions/arraylen.htm'>
  10.     <E CAPTION='ArrayMax' VALUE='ArrayMax( array )' HELPFILE='Docs/CFMLFunctions/arraymax.htm'>
  11.     <E CAPTION='ArrayMin' VALUE='ArrayMin( array )' HELPFILE='Docs/CFMLFunctions/arraymin.htm'>
  12.     <E CAPTION='ArrayNew' VALUE='ArrayNew( dimension )' HELPFILE='Docs/CFMLFunctions/arraynew.htm'>
  13.     <E CAPTION='ArrayPrepend' VALUE='ArrayPrepend( array, value )' HELPFILE='Docs/CFMLFunctions/arrayprepend.htm'>
  14.     <E CAPTION='ArrayResize' VALUE='ArrayResize(array, minimum_size)' HELPFILE='Docs/CFMLFunctions/arrayresize.htm'>
  15.     <E CAPTION='ArraySet' VALUE='ArraySet(array, start_pos, end_pos, value)' HELPFILE='Docs/CFMLFunctions/arrayset.htm'>
  16.     <E CAPTION='ArraySort' VALUE='ArraySort(array, sort_type [, sort_order ])' HELPFILE='Docs/CFMLFunctions/arraysort.htm'>
  17.     <E CAPTION='ArraySum' VALUE='ArraySum(array)' HELPFILE='Docs/CFMLFunctions/arraysum.htm'>
  18.     <E CAPTION='ArraySwap' VALUE='ArraySwap(array, position1, position2)' HELPFILE='Docs/CFMLFunctions/arrayswap.htm'>
  19.     <E CAPTION='ArrayToList' VALUE='ArrayToList(array [, delimiter ])' HELPFILE='Docs/CFMLFunctions/arraytolist.htm'>
  20.     <E CAPTION='IsArray' VALUE='IsArray(value [, number ])' HELPFILE='Docs/CFMLFunctions/isarray.htm'>
  21.     <E CAPTION='ListToArray' VALUE='ListToArray(list [, delimiter ])' HELPFILE='Docs/CFMLFunctions/listtoarray.htm'>
  22.   </CAT>
  23.   <CAT CAPTION="Date and Time" DESC="" ICON="Elements">
  24.     <E CAPTION='CreateDate' VALUE='CreateDate(year, month, day)' HELPFILE='Docs/CFMLFunctions/createdate.htm'>
  25.     <E CAPTION='CreateDateTime' VALUE='CreateDateTime(year, month, day, hour, minute, second)' HELPFILE='Docs/CFMLFunctions/createdatetime.htm'>
  26.     <E CAPTION='CreateODBCDate' VALUE='CreateODBCDate(date)' HELPFILE='Docs/CFMLFunctions/createodbcdate.htm'>
  27.     <E CAPTION='CreateODBCDateTime' VALUE='CreateODBCDateTime(date)' HELPFILE='Docs/CFMLFunctions/createodbcdatetime.htm'>
  28.     <E CAPTION='CreateODBCTime' VALUE='CreateODBCTime(date)' HELPFILE='Docs/CFMLFunctions/createodbctime.htm'>
  29.     <E CAPTION='CreateTime' VALUE='CreateTime(hour, minute, second)' HELPFILE='Docs/CFMLFunctions/createtime.htm'>
  30.     <E CAPTION='CreateTimeSpan' VALUE='CreateTimeSpan(days, hours, minutes, seconds)' HELPFILE='Docs/CFMLFunctions/createtimespan.htm'>
  31.     <E CAPTION='DateAdd' VALUE='DateAdd(datepart, number, date)' HELPFILE='Docs/CFMLFunctions/dateadd.htm'>
  32.     <E CAPTION='DateCompare' VALUE='DateCompare(date1, date2)' HELPFILE='Docs/CFMLFunctions/datecompare.htm'>
  33.     <E CAPTION='DateConvert' VALUE='DateConvert(conversion_type, date)' HELPFILE='Docs/CFMLFunctions/dateconvert.htm'>
  34.     <E CAPTION='DateDiff' VALUE='DateDiff(datepart, date1, date2)' HELPFILE='Docs/CFMLFunctions/datediff.htm'>
  35.     <E CAPTION='DateFormat' VALUE='DateFormat(date [, mask ])' HELPFILE='Docs/CFMLFunctions/dateformat.htm'>
  36.     <E CAPTION='DatePart' VALUE='DatePart(datepart, date)' HELPFILE='Docs/CFMLFunctions/datepart.htm'>
  37.     <E CAPTION='Day' VALUE='Day(date)' HELPFILE='Docs/CFMLFunctions/day.htm'>
  38.     <E CAPTION='DayOfWeek' VALUE='DayOfWeek(date)' HELPFILE='Docs/CFMLFunctions/dayofweek.htm'>
  39.     <E CAPTION='DayOfWeekAsString' VALUE='DayOfWeekAsString(day_of_week)' HELPFILE='Docs/CFMLFunctions/dayofweekasstring.htm'>
  40.     <E CAPTION='DayOfYear' VALUE='DayOfYear(date)' HELPFILE='Docs/CFMLFunctions/dayofyear.htm'>
  41.     <E CAPTION='DaysInMonth' VALUE='DaysInMonth(date)' HELPFILE='Docs/CFMLFunctions/daysinmonth.htm'>
  42.     <E CAPTION='DaysInYear' VALUE='DaysInYear(date)' HELPFILE='Docs/CFMLFunctions/daysinyear.htm'>
  43.     <E CAPTION='FirstDayOfMonth' VALUE='FirstDayOfMonth(date)' HELPFILE='Docs/CFMLFunctions/firstdayofmonth.htm'>
  44.     <E CAPTION='Hour' VALUE='Hour(Date)' HELPFILE='Docs/CFMLFunctions/hour.htm'>
  45.     <E CAPTION='IsDate' VALUE='IsDate(string)' HELPFILE='Docs/CFMLFunctions/isdate.htm'>
  46.     <E CAPTION='IsLeapYear' VALUE='IsLeapYear(year)' HELPFILE='Docs/CFMLFunctions/isleapyear.htm'>
  47.     <E CAPTION='IsNumericDate' VALUE='IsNumericDate(number)' HELPFILE='Docs/CFMLFunctions/isnumericdate.htm'>
  48.     <E CAPTION='Minute' VALUE='Minute(date)' HELPFILE='Docs/CFMLFunctions/minute.htm'>
  49.     <E CAPTION='Month' VALUE='Month(Date)' HELPFILE='Docs/CFMLFunctions/month.htm'>
  50.     <E CAPTION='MonthAsString' VALUE='MonthAsString(month number)' HELPFILE='Docs/CFMLFunctions/monthasstring.htm'>
  51.     <E CAPTION='Now' VALUE='Now ()' HELPFILE='Docs/CFMLFunctions/now.htm'>
  52.     <E CAPTION='ParseDateTime' VALUE='ParseDateTime(string1, string2)' HELPFILE='Docs/CFMLFunctions/parsedatetime.htm'>
  53.     <E CAPTION='Quarter' VALUE='Quarter(date)' HELPFILE='Docs/CFMLFunctions/quarter.htm'>
  54.     <E CAPTION='Second' VALUE='Second(date)' HELPFILE='Docs/CFMLFunctions/second.htm'>
  55.     <E CAPTION='Week' VALUE='Week(date)' HELPFILE='Docs/CFMLFunctions/week.htm'>
  56.     <E CAPTION='Year' VALUE='Year(date)' HELPFILE='Docs/CFMLFunctions/year.htm'>
  57.   </CAT>
  58.   <CAT CAPTION="Decision" DESC="" ICON="Elements">
  59.     <E CAPTION='IsArray' VALUE='IsArray(value [, number])' HELPFILE='Docs/CFMLFunctions/isarray.htm'>
  60.     <E CAPTION='IsAuthenticated' VALUE='IsAuthenticated( )' HELPFILE='Docs/CFMLFunctions/isauthenticated.htm'>
  61.     <E CAPTION='IsAuthorized' VALUE='IsAuthorized(resourcetype, resourcename [, action ])' HELPFILE='Docs/CFMLFunctions/isauthorized.htm'>
  62.     <E CAPTION='IsBoolean' VALUE='IsBoolean(value)' HELPFILE='Docs/CFMLFunctions/isboolean.htm'>
  63.     <E CAPTION='IsDate' VALUE='IsDate(string)' HELPFILE='Docs/CFMLFunctions/isdate.htm'>
  64.     <E CAPTION='IsDebugMode' VALUE='IsDebugMode( )' HELPFILE='Docs/CFMLFunctions/isdebugmode.htm'>
  65.     <E CAPTION='IsDefined' VALUE='IsDefined("variable")' HELPFILE='Docs/CFMLFunctions/isdefined.htm'>
  66.     <E CAPTION='IsLeapYear' VALUE='IsLeapYear(year)' HELPFILE='Docs/CFMLFunctions/isleapyear.htm'>
  67.     <E CAPTION='IsNumeric' VALUE='IsNumeric(string)' HELPFILE='Docs/CFMLFunctions/isnumeric.htm'>
  68.     <E CAPTION='IsNumericDate' VALUE='IsNumericDate(number)' HELPFILE='Docs/CFMLFunctions/isnumericdate.htm'>
  69.     <E CAPTION='IsQuery' VALUE='IsQuery(value)' HELPFILE='Docs/CFMLFunctions/isquery.htm'>
  70.     <E CAPTION='IsSimpleValue' VALUE='IsSimpleValue(value)' HELPFILE='Docs/CFMLFunctions/issimplevalue.htm'>
  71.     <E CAPTION='LSIsCurrency' VALUE='LSIsCurrency( string)' HELPFILE='Docs/CFMLFunctions/lsiscurrency.htm'>
  72.     <E CAPTION='LSIsDate' VALUE='LSIsDate(string)' HELPFILE='Docs/CFMLFunctions/lsisdate.htm'>
  73.     <E CAPTION='LSIsNumeric' VALUE='LSIsNumeric(string)' HELPFILE='Docs/CFMLFunctions/lsisnumeric.htm'>
  74.   </CAT>
  75.   <CAT CAPTION="Display and Formatting" DESC="" ICON="Elements">
  76.     <E CAPTION='DateFormat' VALUE='DateFormat(date [, mask ])' HELPFILE='Docs/CFMLFunctions/dateformat.htm'>
  77.     <E CAPTION='DecimalFormat' VALUE='DecimalFormat(number)' HELPFILE='Docs/CFMLFunctions/decimalformat.htm'>
  78.     <E CAPTION='DollarFormat' VALUE='DollarFormat(number)' HELPFILE='Docs/CFMLFunctions/dollarformat.htm'>
  79.     <E CAPTION='FormatBaseN' VALUE='FormatBaseN(number, radix)' HELPFILE='Docs/CFMLFunctions/formatbasen.htm'>
  80.     <E CAPTION='HTMLCodeFormat' VALUE='HTMLCodeFormat(string [, version ])' HELPFILE='Docs/CFMLFunctions/htmlcodeformat.htm'>
  81.     <E CAPTION='HTMLEditFormat' VALUE='HTMLEditFormat(string [, version ])' HELPFILE='Docs/CFMLFunctions/htmleditformat.htm'>
  82.     <E CAPTION='LSCurrencyFormat' VALUE='LSCurrencyFormat( number [, type])' HELPFILE='Docs/CFMLFunctions/lscurrencyformat.htm'>
  83.     <E CAPTION='LSDateFormat' VALUE='LSDateFormat( date [, mask])' HELPFILE='Docs/CFMLFunctions/lsdateformat.htm'>
  84.     <E CAPTION='LSNumberFormat' VALUE='LSNumberFormat(number [, mask])' HELPFILE='Docs/CFMLFunctions/lsnumberformat.htm'>
  85.     <E CAPTION='LSTimeFormat' VALUE='LSTimeFormat(time [, mask])' HELPFILE='Docs/CFMLFunctions/lstimeformat.htm'>
  86.     <E CAPTION='NumberFormat' VALUE='NumberFormat(number [, mask ])' HELPFILE='Docs/CFMLFunctions/numberformat.htm'>
  87.     <E CAPTION='ParagraphFormat' VALUE='ParagraphFormat(string)' HELPFILE='Docs/CFMLFunctions/paragraphformat.htm'>
  88.     <E CAPTION='TimeFormat' VALUE='TimeFormat(time [, mask ])' HELPFILE='Docs/CFMLFunctions/timeformat.htm'>
  89.     <E CAPTION='YesNoFormat' VALUE='YesNoFormat(value)' HELPFILE='Docs/CFMLFunctions/yesnoformat.htm'>
  90.   </CAT>
  91.   <CAT CAPTION="Dynamic Evaluation" DESC="" ICON="Elements">
  92.     <E CAPTION='DE' VALUE='DE(string)' HELPFILE='Docs/CFMLFunctions/de.htm'>
  93.     <E CAPTION='Evaluate' VALUE='Evaluate(string_expression1 [, string_expression2 [, à ] ] )' HELPFILE='Docs/CFMLFunctions/evaluate.htm'>
  94.     <E CAPTION='IIf' VALUE='IIf(condition, string_expression1, string_expression2)' HELPFILE='Docs/CFMLFunctions/iif.htm'>
  95.     <E CAPTION='SetVariable' VALUE='SetVariable(name , value)' HELPFILE='Docs/CFMLFunctions/setvariable.htm'>
  96.   </CAT>
  97.   <CAT CAPTION="International" DESC="" ICON="Elements">
  98.     <E CAPTION='GetLocale' VALUE='GetLocale( )' HELPFILE='Docs/CFMLFunctions/getlocale.htm'>
  99.     <E CAPTION='GetTimeZoneInfo' VALUE='GetTimeZoneInfo()' HELPFILE='Docs/CFMLFunctions/gettimezoneinfo.htm'>
  100.     <E CAPTION='LSCurrencyFormat' VALUE='LSCurrencyFormat( number [, type])' HELPFILE='Docs/CFMLFunctions/lscurrencyformat.htm'>
  101.     <E CAPTION='LSDateFormat' VALUE='LSDateFormat( date [, mask])' HELPFILE='Docs/CFMLFunctions/lsdateformat.htm'>
  102.     <E CAPTION='LSEuroCurrencyFormat' VALUE='LSEuroCurrencyFormat( currency_number [, type])' HELPFILE='Docs/CFMLFunctions/lseurocurrencyformat.htm'>
  103.     <E CAPTION='LSIsCurrency' VALUE='LSIsCurrency( string)' HELPFILE='Docs/CFMLFunctions/lsiscurrency.htm'>
  104.     <E CAPTION='LSIsDate' VALUE='LSIsDate(string)' HELPFILE='Docs/CFMLFunctions/lsisdate.htm'>
  105.     <E CAPTION='LSIsNumeric' VALUE='LSIsNumeric(string)' HELPFILE='Docs/CFMLFunctions/lsisnumeric.htm'>
  106.     <E CAPTION='LSNumberFormat' VALUE='LSNumberFormat(number [, mask])' HELPFILE='Docs/CFMLFunctions/lsnumberformat.htm'>
  107.     <E CAPTION='LSParseCurrency' VALUE='LSParseCurrency(string)' HELPFILE='Docs/CFMLFunctions/lsparsecurrency.htm'>
  108.     <E CAPTION='LSParseEuroCurrency' VALUE='LSParseEuroCurrency(currency_string)' HELPFILE='Docs/CFMLFunctions/lsparseeurocurrency.htm'>
  109.     <E CAPTION='LSParseDateTime' VALUE='LSParseDateTime(string)' HELPFILE='Docs/CFMLFunctions/lsparsedatetime.htm'>
  110.     <E CAPTION='LSParseNumber' VALUE='LSParseNumber(string)' HELPFILE='Docs/CFMLFunctions/lsparsenumber.htm'>
  111.     <E CAPTION='LSTimeFormat' VALUE='LSTimeFormat(time [, mask])' HELPFILE='Docs/CFMLFunctions/lstimeformat.htm'>
  112.     <E CAPTION='SetLocale' VALUE='SetLocale(new_locale )' HELPFILE='Docs/CFMLFunctions/setlocale.htm'>
  113.   </CAT>
  114.   <CAT CAPTION="List" DESC="" ICON="Elements">
  115.     <E CAPTION='ArrayToList' VALUE='ArrayToList(array [, delimiter ])' HELPFILE='Docs/CFMLFunctions/arraytolist.htm'>
  116.     <E CAPTION='ListAppend' VALUE='ListAppend(list, value [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listappend.htm'>
  117.     <E CAPTION='ListChangeDelims' VALUE='ListChangeDelims(list, new_delimiter [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listchangedelims.htm'>
  118.     <E CAPTION='ListContains' VALUE='ListContains(list, substring [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listcontains.htm'>
  119.     <E CAPTION='ListContainsNoCase' VALUE='ListContainsNoCase(list, substring [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listcontainsnocase.htm'>
  120.     <E CAPTION='ListDeleteAt' VALUE='ListDeleteAt(list, position [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listdeleteat.htm'>
  121.     <E CAPTION='ListFind' VALUE='ListFind(list, value [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listfind.htm'>
  122.     <E CAPTION='ListFindNoCase' VALUE='ListFindNoCase(list, value [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listfindnocase.htm'>
  123.     <E CAPTION='ListFirst' VALUE='ListFirst(list [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listfirst.htm'>
  124.     <E CAPTION='ListGetAt' VALUE='ListGetAt(list, position [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listgetat.htm'>
  125.     <E CAPTION='ListInsertAt' VALUE='ListInsertAt(list, position, value [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listinsertat.htm'>
  126.     <E CAPTION='ListLast' VALUE='ListLast(list [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listlast.htm'>
  127.     <E CAPTION='ListLen' VALUE='ListLen(list [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listlen.htm'>
  128.     <E CAPTION='ListPrepend' VALUE='ListPrepend(list, value [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listprepend.htm'>
  129.     <E CAPTION='ListQualify' VALUE='ListQualify(list, qualifier [, delimiters ] [, elements ])' HELPFILE='Docs/CFMLFunctions/listqualify.htm'>
  130.     <E CAPTION='ListRest' VALUE='ListRest(list [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listrest.htm'>
  131.     <E CAPTION='ListSetAt' VALUE='ListSetAt(list, position, value [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listsetat.htm'>
  132.     <E CAPTION='ListSort' VALUE='ListSort(list, sort_type [, sort_order] [, delimiters ])' HELPFILE='Docs/CFMLFunctions/listsort.htm'>
  133.     <E CAPTION='ListToArray' VALUE='ListToArray(list [, delimiter ])' HELPFILE='Docs/CFMLFunctions/listtoarray.htm'>
  134.     <E CAPTION='ListValueCount' VALUE='ListValueCount(list, value [, delimiter ])' HELPFILE='Docs/CFMLFunctions/listvaluecount.htm'>
  135.     <E CAPTION='ListValueCountNoCase' VALUE='ListValueCountNoCase(list, value [, delimiter ])' HELPFILE='Docs/CFMLFunctions/listvaluecountnocase.htm'>
  136.   </CAT>
  137.   <CAT CAPTION="Mathematical" DESC="" ICON="Elements">
  138.     <E CAPTION='Abs' VALUE='Abs(number)' HELPFILE='Docs/CFMLFunctions/abs.htm'>
  139.     <E CAPTION='ACos' VALUE='ACos(number)' HELPFILE='Docs/CFMLFunctions/acos.htm'>
  140.     <E CAPTION='ASin' VALUE='ASin(number)' HELPFILE='Docs/CFMLFunctions/asin.htm'>
  141.     <E CAPTION='Atn' VALUE='Atn(number)' HELPFILE='Docs/CFMLFunctions/atn.htm'>
  142.     <E CAPTION='BitAnd' VALUE='BitAnd(number1, number2)' HELPFILE='Docs/CFMLFunctions/bitand.htm'>
  143.     <E CAPTION='BitMaskClear' VALUE='BitMaskClear(number, start, length)' HELPFILE='Docs/CFMLFunctions/bitmaskclear.htm'>
  144.     <E CAPTION='BitMaskRead' VALUE='BitMaskRead(number, start, length)' HELPFILE='Docs/CFMLFunctions/bitmaskread.htm'>
  145.     <E CAPTION='BitMaskSet' VALUE='BitMaskSet(number, mask, start, length)' HELPFILE='Docs/CFMLFunctions/bitmaskset.htm'>
  146.     <E CAPTION='BitNot' VALUE='BitNot(number)' HELPFILE='Docs/CFMLFunctions/bitnot.htm'>
  147.     <E CAPTION='BitOr' VALUE='BitOr(number1, number2)' HELPFILE='Docs/CFMLFunctions/bitor.htm'>
  148.     <E CAPTION='BitSHLN' VALUE='BitSHLN(number, count)' HELPFILE='Docs/CFMLFunctions/bitshln.htm'>
  149.     <E CAPTION='BitSHRN' VALUE='BitSHRN(number, count)' HELPFILE='Docs/CFMLFunctions/bitshrn.htm'>
  150.     <E CAPTION='BitXor' VALUE='BitXor(number1, number2)' HELPFILE='Docs/CFMLFunctions/bitxor.htm'>
  151.     <E CAPTION='Ceiling' VALUE='Ceiling(number)' HELPFILE='Docs/CFMLFunctions/ceiling.htm'>
  152.     <E CAPTION='Cos' VALUE='Cos(number)' HELPFILE='Docs/CFMLFunctions/cos.htm'>
  153.     <E CAPTION='DecrementValue' VALUE='DecrementValue(number)' HELPFILE='Docs/CFMLFunctions/decrementvalue.htm'>
  154.     <E CAPTION='Exp' VALUE='Exp(number)' HELPFILE='Docs/CFMLFunctions/exp.htm'>
  155.     <E CAPTION='Fix' VALUE='Fix(number)' HELPFILE='Docs/CFMLFunctions/fix.htm'>
  156.     <E CAPTION='IncrementValue' VALUE='IncrementValue(number)' HELPFILE='Docs/CFMLFunctions/incrementvalue.htm'>
  157.     <E CAPTION='InputBaseN' VALUE='InputBaseN(string, radix)' HELPFILE='Docs/CFMLFunctions/inputbasen.htm'>
  158.     <E CAPTION='Int' VALUE='Int(number)' HELPFILE='Docs/CFMLFunctions/int.htm'>
  159.     <E CAPTION='Log' VALUE='Log(number)' HELPFILE='Docs/CFMLFunctions/log.htm'>
  160.     <E CAPTION='Log10' VALUE='Log10(number)' HELPFILE='Docs/CFMLFunctions/log10.ht
  161.     <E CAPTION='Max' VALUE='Max(number1, number2)' HELPFILE='Docs/CFMLFunctions/max.htm'>
  162.     <E CAPTION='Min' VALUE='Min(number1, number2)' HELPFILE='Docs/CFMLFunctions/min.htm'>
  163.     <E CAPTION='Pi' VALUE='Pi()' HELPFILE='Docs/CFMLFunctions/pi.htm'>
  164.     <E CAPTION='Rand' VALUE='Rand()' HELPFILE='Docs/CFMLFunctions/rand.htm'>
  165.     <E CAPTION='Randomize' VALUE='Randomize(number)' HELPFILE='Docs/CFMLFunctions/randomize.htm'>
  166.     <E CAPTION='RandRange' VALUE='RandRange(number1, number2)' HELPFILE='Docs/CFMLFunctions/randrange.htm'>
  167.     <E CAPTION='Round' VALUE='Round(number)' HELPFILE='Docs/CFMLFunctions/round.htm'>
  168.     <E CAPTION='Sgn' VALUE='Sgn(number)' HELPFILE='Docs/CFMLFunctions/sgn.htm'>
  169.     <E CAPTION='Sin' VALUE='Sin(number)' HELPFILE='Docs/CFMLFunctions/sin.htm'>
  170.     <E CAPTION='Sqr' VALUE='Sqr(number)' HELPFILE='Docs/CFMLFunctions/sqr.htm'>
  171.     <E CAPTION='Tan' VALUE='Tan(number)' HELPFILE='Docs/CFMLFunctions/tan.htm'>
  172.   </CAT>
  173.   <CAT CAPTION="Other" DESC="" ICON="Elements">
  174.     <E CAPTION='AuthenticatedContext' VALUE='AuthenticatedContext()' HELPFILE='Docs/CFMLFunctions/authenticatedcontext.htm'>
  175.     <E CAPTION='AuthenticatedUser' VALUE='AuthenticatedUser()' HELPFILE='Docs/CFMLFunctions/authenticateduser.htm'>
  176.     <E CAPTION='CreateUUID' VALUE='CreateUUID()' HELPFILE='Docs/CFMLFunctions/createuuid.htm'>
  177.     <E CAPTION='Decrypt' VALUE='Decrypt(encrypted_string, key)' HELPFILE='Docs/CFMLFunctions/decrypt.htm'>
  178.     <E CAPTION='DeleteClientVariable' VALUE='DeleteClientVariable("name")' HELPFILE='Docs/CFMLFunctions/deleteclientvariable.htm'>
  179.     <E CAPTION='Encrypt' VALUE='Encrypt(string, key)' HELPFILE='Docs/CFMLFunctions/encrypt.htm'>
  180.     <E CAPTION='GetBaseTagData' VALUE='GetBaseTagData(tagname [, instancenumber ] )' HELPFILE='Docs/CFMLFunctions/getbasetagdata.htm'>
  181.     <E CAPTION='GetBaseTagList' VALUE='GetBaseTagList( )' HELPFILE='Docs/CFMLFunctions/getbasetaglist.htm'>
  182.     <E CAPTION='GetClientVariablesList' VALUE='GetClientVariablesList( )' HELPFILE='Docs/CFMLFunctions/getclientvariableslist.htm'>
  183.     <E CAPTION='GetTickCount' VALUE='GetTickCount( )' HELPFILE='Docs/CFMLFunctions/gettickcount.htm'>
  184.     <E CAPTION='ParameterExists' VALUE='ParameterExists(parameter)' HELPFILE='Docs/CFMLFunctions/parameterexists.htm'>
  185.     <E CAPTION='PreserveSingleQuotes' VALUE='PreserveSingleQuotes(string)' HELPFILE='Docs/CFMLFunctions/preservesinglequotes.htm'>
  186.     <E CAPTION='QuotedValueList' VALUE='QuotedValueList(query.column [, delimiter ])' HELPFILE='Docs/CFMLFunctions/quotedvaluelist.htm'>
  187.     <E CAPTION='StripCR' VALUE='StripCR(string)' HELPFILE='Docs/CFMLFunctions/stripcr.htm'>
  188.     <E CAPTION='URLEncodedFormat' VALUE='URLEncodedFormat(string)' HELPFILE='Docs/CFMLFunctions/urlencodedformat.htm'>
  189.     <E CAPTION='WriteOutput' VALUE='WriteOutput(string)' HELPFILE='Docs/CFMLFunctions/writeoutput.htm'>
  190.   </CAT>
  191.   <CAT CAPTION="Query" DESC="" ICON="Elements">
  192.     <E CAPTION='IsQuery' VALUE='IsQuery(value)' HELPFILE='Docs/CFMLFunctions/isquery.htm'>
  193.     <E CAPTION='QueryAddColumn' VALUE='QueryAddColumn(query, column_name, array_name)' HELPFILE='Docs/CFMLFunctions/queryaddcolumn.htm'>
  194.     <E CAPTION='QueryAddRow' VALUE='QueryAddRow(query [, number ])' HELPFILE='Docs/CFMLFunctions/queryaddrow.htm'>
  195.     <E CAPTION='QueryNew' VALUE='QueryNew(columnlist)' HELPFILE='Docs/CFMLFunctions/querynew.htm'>
  196.     <E CAPTION='QuerySetCell' VALUE='QuerySetCell(query, column_name, value [, row_number])' HELPFILE='Docs/CFMLFunctions/querysetcell.htm'>
  197.     <E CAPTION='ValueList' VALUE='ValueList(query.column [, delimiter ])' HELPFILE='Docs/CFMLFunctions/valuelist.htm'>
  198.   </CAT>
  199.   <CAT CAPTION="String" DESC="" ICON="Elements">
  200.     <E CAPTION='Asc' VALUE='Asc(string)' HELPFILE='Docs/CFMLFunctions/asc.htm'>
  201.     <E CAPTION='Chr' VALUE='Chr(number) ' HELPFILE='Docs/CFMLFunctions/chr.htm'>
  202.     <E CAPTION='CJustify' VALUE='Cjustify(string, length)' HELPFILE='Docs/CFMLFunctions/cjustify.htm'>
  203.     <E CAPTION='Compare' VALUE='Compare(string1, string2)' HELPFILE='Docs/CFMLFunctions/compare.htm'>
  204.     <E CAPTION='CompareNoCase' VALUE='CompareNoCase(string1, string2)' HELPFILE='Docs/CFMLFunctions/comparenocase.htm'>
  205.     <E CAPTION='DayOfWeekAsString' VALUE='DayOfWeekAsString(day_of_week)' HELPFILE='Docs/CFMLFunctions/dayofweekasstring.htm'>
  206.     <E CAPTION='Find' VALUE='Find(substring, string [, start ])' HELPFILE='Docs/CFMLFunctions/find.htm'>
  207.     <E CAPTION='FindNoCase' VALUE='FindNoCase(substring, string [, start ])' HELPFILE='Docs/CFMLFunctions/findnocase.htm'>
  208.     <E CAPTION='FindOneOf' VALUE='FindOneOf(set, string [, start ])' HELPFILE='Docs/CFMLFunctions/findoneof.htm'>
  209.     <E CAPTION='GetToken' VALUE='GetToken(string, index [, delimiters ])' HELPFILE='Docs/CFMLFunctions/gettoken.htm'>
  210.     <E CAPTION='Insert' VALUE='Insert(substring, string, position)' HELPFILE='Docs/CFMLFunctions/insert.htm'>
  211.     <E CAPTION='LCase' VALUE='LCase(string)' HELPFILE='Docs/CFMLFunctions/lcase.htm'>
  212.     <E CAPTION='Left' VALUE='Left(string, count)' HELPFILE='Docs/CFMLFunctions/left.htm'>
  213.     <E CAPTION='Len' VALUE='Len(string)' HELPFILE='Docs/CFMLFunctions/len.htm'>
  214.     <E CAPTION='LJustify' VALUE='LJustify(string, length)' HELPFILE='Docs/CFMLFunctions/ljustify.htm'>
  215.     <E CAPTION='LTrim' VALUE='LTrim(string)' HELPFILE='Docs/CFMLFunctions/ltrim.htm'>
  216.     <E CAPTION='Mid' VALUE='Mid(string, start, count)' HELPFILE='Docs/CFMLFunctions/mid.htm'>
  217.     <E CAPTION='MonthAsString' VALUE='MonthAsString(month number)' HELPFILE='Docs/CFMLFunctions/monthasstring.htm'>
  218.     <E CAPTION='ParseDateTime' VALUE='ParseDateTime(string1, string2)' HELPFILE='Docs/CFMLFunctions/parsedatetime.htm'>
  219.     <E CAPTION='REFind' VALUE='REFind(reg_expression, string, start)' HELPFILE='Docs/CFMLFunctions/refind.htm'>
  220.     <E CAPTION='REFindNoCase' VALUE='REFindNoCase(reg_expression, string [, start ] [, returnsubexpressions ] )' HELPFILE='Docs/CFMLFunctions/refindnocase.htm'>
  221.     <E CAPTION='RemoveChars' VALUE='RemoveChars(string, start, count)' HELPFILE='Docs/CFMLFunctions/removechars.htm'>
  222.     <E CAPTION='RepeatString' VALUE='RepeatString(string, count)' HELPFILE='Docs/CFMLFunctions/repeatstring.htm'>
  223.     <E CAPTION='Replace' VALUE='Replace(string, substring1, substring2 [, scope ])' HELPFILE='Docs/CFMLFunctions/replace.htm'>
  224.     <E CAPTION='ReplaceList' VALUE='ReplaceList(string, list1, list2)' HELPFILE='Docs/CFMLFunctions/replacelist.htm'>
  225.     <E CAPTION='ReplaceNoCase' VALUE='ReplaceNoCase(string substring1, substring2 [, scope ])' HELPFILE='Docs/CFMLFunctions/replacenocase.htm'>
  226.     <E CAPTION='REReplace' VALUE='REReplace(string, reg_expression, substring [, scope ])' HELPFILE='Docs/CFMLFunctions/rereplace.htm'>
  227.     <E CAPTION='REReplaceNoCase' VALUE='REReplaceNoCase(string, reg_expression, substring [, scope ])' HELPFILE='Docs/CFMLFunctions/rereplacenocase.htm'>
  228.     <E CAPTION='Reverse' VALUE='Reverse(string)' HELPFILE='Docs/CFMLFunctions/reverse.htm'>
  229.     <E CAPTION='Right' VALUE='Right(string, count)' HELPFILE='Docs/CFMLFunctions/right.htm'>
  230.     <E CAPTION='RJustify' VALUE='RJustify(string, length)' HELPFILE='Docs/CFMLFunctions/rjustify.htm'>
  231.     <E CAPTION='RTrim' VALUE='RTrim(string)' HELPFILE='Docs/CFMLFunctions/rtrim.htm'>
  232.     <E CAPTION='SpanExcluding' VALUE='SpanExcluding(string, set)' HELPFILE='Docs/CFMLFunctions/spanexcluding.htm'>
  233.     <E CAPTION='SpanIncluding' VALUE='SpanIncluding(string, set)' HELPFILE='Docs/CFMLFunctions/spanincluding.htm'>
  234.     <E CAPTION='Trim' VALUE='Trim(string)' HELPFILE='Docs/CFMLFunctions/trim.htm'>
  235.     <E CAPTION='UCase' VALUE='UCase(string)' HELPFILE='Docs/CFMLFunctions/ucase.htm'>
  236.     <E CAPTION='Val' VALUE='Val(string)' HELPFILE='Docs/CFMLFunctions/val.htm'>
  237.   </CAT>
  238.   <CAT CAPTION="Structures" DESC="" ICON="Elements">
  239.     <E CAPTION='IsStruct' VALUE='IsStruct(variable)' HELPFILE='Docs/CFMLFunctions/isstruct.htm'>
  240.     <E CAPTION='StructClear' VALUE='StructClear(structure)' HELPFILE='Docs/CFMLFunctions/structclear.htm'>
  241.     <E CAPTION='StructCopy' VALUE='StructCopy(structure)' HELPFILE='Docs/CFMLFunctions/structcopy.htm'>
  242.     <E CAPTION='StructCount' VALUE='StructCount(structure)' HELPFILE='Docs/CFMLFunctions/structcount.htm'>
  243.     <E CAPTION='StructDelete' VALUE='StructDelete(structure, key [, indicatenotexisting ])' HELPFILE='Docs/CFMLFunctions/structdelete.htm'>
  244.     <E CAPTION='StructFind' VALUE='StructFind(structure, key)' HELPFILE='Docs/CFMLFunctions/structfind.htm'>
  245.     <E CAPTION='StructInsert' VALUE='StructInsert(structure, key, value [, allowoverwrite ])' HELPFILE='Docs/CFMLFunctions/structinsert.htm'>
  246.     <E CAPTION='StructIsEmpty' VALUE='StructIsEmpty(structure)' HELPFILE='Docs/CFMLFunctions/structisempty.htm'>
  247.     <E CAPTION='StructKeyArray' VALUE='StructKeyArray(structure)' HELPFILE='Docs/CFMLFunctions/structkeyarray.htm'>
  248.     <E CAPTION='StructKeyExists' VALUE='StructKeyExists(structure, key)' HELPFILE='Docs/CFMLFunctions/structkeyexists.htm'>
  249.     <E CAPTION='StructKeyList' VALUE='StructKeyList(structure [, delimiter])' HELPFILE='Docs/CFMLFunctions/structkeylist.htm'>
  250.     <E CAPTION='StructNew' VALUE='StructNew()' HELPFILE='Docs/CFMLFunctions/structnew.htm'>
  251.     <E CAPTION='StructUpdate' VALUE='StructUpdate(structure, key, value)' HELPFILE='Docs/CFMLFunctions/structupdate.htm'>
  252.   </CAT>
  253.   <CAT CAPTION="System Level" DESC="" ICON="Elements">
  254.     <E CAPTION='DirectoryExists' VALUE='DirectoryExists(absolute_path)' HELPFILE='Docs/CFMLFunctions/directoryexists.htm'>
  255.     <E CAPTION='ExpandPath' VALUE='ExpandPath(relative_path)' HELPFILE='Docs/CFMLFunctions/expandpath.htm'>
  256.     <E CAPTION='FileExists' VALUE='FileExists(absolute_path)' HELPFILE='Docs/CFMLFunctions/fileexists.htm'>
  257.     <E CAPTION='GetBaseTemplatePath' VALUE='GetBaseTemplatePath()' HELPFILE='Docs/CFMLFunctions/getbasetemplatepath.htm'>
  258.     <E CAPTION='GetCurrentTemplatePath' VALUE='GetCurrentTemplatePath()' HELPFILE='Docs/CFMLFunctions/getcurrenttemplatepath.htm'>
  259.     <E CAPTION='GetDirectoryFromPath' VALUE='GetDirectoryFromPath(path)' HELPFILE='Docs/CFMLFunctions/getdirectoryfrompath.htm'>
  260.     <E CAPTION='GetFileFromPath' VALUE='GetFileFromPath(path)' HELPFILE='Docs/CFMLFunctions/getfilefrompath.htm'>
  261.     <E CAPTION='GetProfileString' VALUE='GetProfileString(iniPath, section, entry)' HELPFILE='Docs/CFMLFunctions/getprofilestring.htm'>
  262.     <E CAPTION='GetTempDirectory' VALUE='GetTempDirectory()' HELPFILE='Docs/CFMLFunctions/gettempdirectory.htm'>
  263.     <E CAPTION='GetTempFile' VALUE='GetTempFile(dir, prefix)' HELPFILE='Docs/CFMLFunctions/gettempfile.htm'>
  264.     <E CAPTION='GetTemplatePath' VALUE='GetTemplatePath()' HELPFILE='Docs/CFMLFunctions/gettemplatepath.htm'>
  265.     <E CAPTION='SetProfileString' VALUE='SetProfileString(iniPath, section, entry, value)' HELPFILE='Docs/CFMLFunctions/setprofilestring.htm'>
  266.   </CAT>
  267. </CAT>
  268. <CAT CAPTION="Constants" DESC="">
  269.   <CAT CAPTION="Boolean" DESC="" ICON="Elements">
  270.     <E CAPTION='"Yes"' VALUE='Yes' DESC=''>
  271.     <E CAPTION='"No"' VALUE='No' DESC=''>
  272.     <E CAPTION='TRUE' VALUE='TRUE' DESC=''>
  273.     <E CAPTION='FALSE' VALUE='FALSE' DESC=''>
  274.   </CAT>
  275.   <CAT CAPTION="Regular Expressions" DESC="" ICON="Elements">
  276.     <E CAPTION='Any character (.)' VALUE='.' DESC='A period (.) matches any character except the newline, e. g., ".umpty" matches either "Humpty" or "Dumpty."'>
  277.     <E CAPTION='Special character(\)' VALUE='\' DESC='Special characters are: <B>+ * ? . [ ^ $ ( ) { | \</B> Any character that is not a special character matches itself.'>
  278.     <E CAPTION='Inclusive set of characters ([])' VALUE='[]' DESC='A set of characters enclosed in brackets ([]) is a one-character RE that matches any of the characters in that set. For example "[akm]" matches either an "a", "k", or "m." A range of characters can be indicated with a dash. E.g., "[a-z]" matches any lowercase letter.'>
  279.     <E CAPTION='Exclusive set of characters ([^])' VALUE='[^]' DESC='A set of characters enclosed in brackets with a caret ([^ ]) is a one-character RE that matches any character except those in the set.'>
  280.     <E CAPTION='Range of characters (-)' VALUE='-' DESC='A range of characters can be indicated with a dash. E.g., "[a-z]" matches any lowercase letter.'>
  281.     <E CAPTION='Zero or one of (?)' VALUE='?' DESC='A one-character RE followed by a question mark (?) matches zero or one occurrences of the RE. Hence, xy?z matches either xyz or xz.'>
  282.     <E CAPTION='Zero or more of (*)' VALUE='*' DESC='A one-character RE followed by an asterisk (*) matches zero or more occurrences of the RE. Hence, [a-z]* matches zero or more lower-case characters.'>
  283.     <E CAPTION='One or more of (+)' VALUE='+' DESC='A one-character RE followed by a plus (+) matches one or more occurrences of the RE. Hence, [a-z]+ matches one or more lower-case characters.'>
  284.     <E CAPTION='One or other (|)' VALUE='|' DESC='The OR character (|) allows a choice between two regular expressions. For example, jell(y|ies) matches either "jelly" or "jellies."'>
  285.     <E CAPTION='Begins with (^)' VALUE='^' DESC='If the caret (^) is at the beginning of the (sub)expression, then the matched string must be at the beginning of the string being searched.'>
  286.     <E CAPTION='Ends with ($)' VALUE='$' DESC='If the dollar sign ($) is at the end of the (sub)expression, then the matched string must be at the end of the string being searched.'>
  287.     <E CAPTION='Compound Regular Expression ()' VALUE='()' DESC='Parentheses group parts of regular expressions together into sub-expressions that can be treated as a single unit. For example, (ha)+ matches one or more "ha."'>
  288.   </CAT>
  289.   <CAT CAPTION="Date Formatting Masks" DESC="" ICON="Elements">
  290.     <E CAPTION='d' VALUE='d' DESC='Day of the month as digits with no leading zero for single-digit days.'>
  291.     <E CAPTION='dd' VALUE='dd' DESC='Day of the month as digits with a leading zero for single-digit days.'>
  292.     <E CAPTION='ddd' VALUE='ddd' DESC='Day of the week as a three-letter abbreviation.'>
  293.     <E CAPTION='dddd' VALUE='dddd' DESC='Day of the week as its full name.'>
  294.     <E CAPTION='m' VALUE='m' DESC='Month as digits with no leading zero for single-digit months.'>
  295.     <E CAPTION='mm' VALUE='mm' DESC='Month as digits with a leading zero for single-digit months.'>
  296.     <E CAPTION='mmm' VALUE='mmm' DESC='Month as a three-letter abbreviation.'>
  297.     <E CAPTION='mmmm' VALUE='mmmm' DESC='Month as its full name.'>
  298.     <E CAPTION='y' VALUE='y' DESC='Year as last two digits with no leading zero for years less than 10.'>
  299.     <E CAPTION='yy' VALUE='yy' DESC='Year as last two digits with a leading zero for years less than 10.'>
  300.     <E CAPTION='yyyy' VALUE='yyyy' DESC='Year represented by four digits.'>
  301.     <E CAPTION='gg' VALUE='gg' DESC='Period/era string. Currently ignored, but reserved for future use.'>
  302.   </CAT>
  303.   <CAT CAPTION="Time Formatting Masks" DESC="" ICON="Elements">
  304.     <E CAPTION='h' VALUE='h' DESC='Hours with no leading zero for single-digit hours. (Uses a 12-hour clock.)'>
  305.     <E CAPTION='hh' VALUE='hh' DESC='Hours with a leading zero for single-digit hours. (Uses a 12-hour clock.)'>
  306.     <E CAPTION='H' VALUE='h' DESC='Hours with no leading zero for single-digit hours. (Uses a 24-hour clock.)'>
  307.     <E CAPTION='HH' VALUE='hh' DESC='Hours with a leading zero for single-digit hours. (Uses a 24-hour clock.)'>
  308.     <E CAPTION='m' VALUE='m' DESC='Minutes with no leading zero for single-digit minutes.'>
  309.     <E CAPTION='mm' VALUE='mm' DESC='Minutes with a leading zero for single-digit minutes.'>
  310.     <E CAPTION='s' VALUE='s' DESC='Seconds with no leading zero for single-digit seconds.'>
  311.     <E CAPTION='ss' VALUE='ss' DESC='Seconds with a leading zero for single-digit seconds.'>
  312.     <E CAPTION='t' VALUE='t' DESC='Single-character time marker string, such as A or P.'>
  313.     <E CAPTION='tt' VALUE='tt' DESC='Multiple-character time marker string, such as AM or PM.'>
  314.   </CAT>
  315.   <CAT CAPTION="Number Fomatting Masks" DESC="" ICON="Elements">
  316.     <E CAPTION='_ (underscore)' VALUE='_' DESC='Optional digit placeholder.'>
  317.     <E CAPTION='9' VALUE='9' DESC='Optional digit placeholder. Same as _, but shows decimal places more clearly.'>
  318.     <E CAPTION='.' VALUE='.' DESC='Specifies the location of a mandatory decimal point.'>
  319.     <E CAPTION='0' VALUE='0' DESC='Located to the left or right of a mandatory decimal point, to force padding with zeros.'>
  320.     <E CAPTION='()' VALUE='()' DESC='Places parentheses around the mask if the number is less than 0.'>
  321.     <E CAPTION='+' VALUE='+' DESC='Places + in front of positive numbers, - (minus sign) in front of negative numbers.'>
  322.     <E CAPTION='-' VALUE='-' DESC='Place " " (space) in front of positive, - (minus sign) in front of negative numbers.'>
  323.     <E CAPTION=',' VALUE=',' DESC='Separates thousands with commas.'>
  324.     <E CAPTION='Left Justify (L)' VALUE='L' DESC='Specifies left-justify a number within the width of the mask column. L must appear as the first character of the mask. By default, numbers are right-justified.'>
  325.     <E CAPTION='Center (C)' VALUE='C' DESC='Specifies center-justify a number within the width of the mask column. C must appear as the first character of the mask. By default, numbers are right-justified.'>
  326.     <E CAPTION='$' VALUE='$' DESC='Places a dollar sign in front of the formatted number. $ must appear as the first character of the mask.'>
  327.     <E CAPTION='^' VALUE='^' DESC='Separates left from right formatting.'>
  328.   </CAT>
  329. </CAT>
  330. <CAT CAPTION="Operators" DESC="">
  331.   <CAT CAPTION="Arithmetic" DESC="" ICON="Elements">
  332.     <E CAPTION='Addition (+)' VALUE='+' DESC='Simple addition.'>
  333.     <E CAPTION='Subtraction (-)' VALUE='-' DESC='Simple subtraction.'>
  334.     <E CAPTION='Multiplication (*)' VALUE='*' DESC='Simple multiplication.'>
  335.     <E CAPTION='Division (/)' VALUE='/' DESC='Simple division.The right operand cannot be zero.'>
  336.     <E CAPTION='Modulus (MOD)' VALUE='MOD' DESC='Returns the remainder (modulus) after a number is divided by a divisor. The result has the same sign as the divisor. The right operand cannot be zero. For example, 11 MOD 4 is 3.'>
  337.     <E CAPTION='Integer Division (\)' VALUE='\' DESC='Divides two integer values. Use the \ (trailing slash) to separate the integers. The right operand cannot be zero. For example, 9 \ 4 is 2.'>
  338.     <E CAPTION='Exponent (^)' VALUE='^' DESC='Returns the result of a number raised to a power (exponent). Use the ^ (caret) to separate the number from the power. The left operand cannot be zero. For example, 2 ^ 3 is 8.'>
  339.   </CAT>
  340.   <CAT CAPTION="Comparison" DESC="" ICON="Elements">
  341.     <E CAPTION='IS (EQUAL, EQ)' VALUE='IS' DESC='Performs a case-insensitive comparison of the two values and returns true if the values are identical.'>
  342.     <E CAPTION='IS NOT (NOT EQUAL, NEQ)' VALUE='IS NOT' DESC='Opposite behavior of <B>IS</B>.'>
  343.     <E CAPTION='CONTAINS' VALUE='CONTAINS' DESC='Checks to see if the value on the left is contained in the value on the right and returns true if it is.'>
  344.     <E CAPTION='DOES NOT CONTAIN' VALUE='DOES NOT CONTAIN' DESC='Opposite behavior of <B>CONTAINS</B>.'>
  345.     <E CAPTION='GREATER THAN (GT)' VALUE='GT' DESC='Checks to see if the value on the left is greater than the value on the right and returns true if it is.'>
  346.     <E CAPTION='LESS THAN (LT)' VALUE='LT' DESC='Opposite behavior of greater than.'>
  347.     <E CAPTION='GREATER THAN OR EQUAL TO (GTE)' VALUE='GTE' DESC='Checks to see if the value on the left is greater than or equal to the value on the right and returns true if it is.'>
  348.     <E CAPTION='LESS THAN OR EQUAL TO (LTE)' VALUE='LTE' DESC='Checks to see if the value on the left is less than or equal to the value on the right and returns true if it is.'>
  349.   </CAT>
  350.   <CAT CAPTION="Logical" DESC="" ICON="Elements">
  351.     <E CAPTION='NOT' VALUE='NOT' DESC='Reverses the value of an argument. For example, NOT TRUE is FALSE and vice versa.'>
  352.     <E CAPTION='AND' VALUE='AND' DESC='Returns TRUE if both arguments are TRUE; returns FALSE otherwise. For example TRUE AND TRUE is TRUE, but TRUE AND FALSE is FALSE.'>
  353.     <E CAPTION='OR' VALUE='OR' DESC='Returns TRUE if any of the arguments is TRUE; returns FALSE otherwise. For example TRUE OR FALSE is TRUE, but FALSE OR FALSE is FALSE.'>
  354.     <E CAPTION='Exclusive or-either (XOR)' VALUE='XOR' DESC='Exclusive or-either, or, but not both. Returns TRUE if the truth values of both arguments are different; returns FALSE otherwise. For example, TRUE XOR TRUE is FALSE, but TRUE XOR FALSE is TRUE.'>
  355.     <E CAPTION='Equivalence (EQV)' VALUE='EQV' DESC='Equivalence both true or both false. The EQV operator is the opposite of the XOR operator. For example, TRUE EQV TRUE is TRUE, but TRUE EQV FALSE is FALSE.'>
  356.     <E CAPTION='Implication (IMP)' VALUE='IMP' DESC='Implication. A IMP B is the truth value of the logical statement "If A Then B". A IMP B is FALSE only when A is TRUE and B is FALSE.'>
  357.   </CAT>
  358. </CAT>
  359. <CAT CAPTION="Variables" DESC="">
  360.   <CAT CAPTION="CGI Variables" DESC="" ICON="Elements">
  361.     <E CAPTION='SERVER_SOFTWARE' VALUE='SERVER_SOFTWARE' DESC='The name and version of the information server software answering the request (and running the gateway). Format: name/version.'>
  362.     <E CAPTION='SERVER_NAME' VALUE='SERVER_NAME' DESC='The server's hostname, DNS alias, or IP address as it appears in self-referencing URLs.'>
  363.     <E CAPTION='GATEWAY_INTERFACE' VALUE='GATEWAY_INTERFACE' DESC='The revision of the CGI specification to which this server complies. Format: CGI/revision.'>
  364.     <E CAPTION='SERVER_PROTOCOL' VALUE='SERVER_PROTOCOL' DESC='The name and revision of the information protocol this request came in with. Format: protocol/revision.'>
  365.     <E CAPTION='SERVER_PORT' VALUE='SERVER_PORT' DESC='The port number to which the request was sent.'>
  366.     <E CAPTION='REQUEST_METHOD' VALUE='REQUEST_METHOD' DESC='The method with which the request was made. For HTTP, this "GET", "HEAD", "POST", etc.'>
  367.     <E CAPTION='PATH_INFO' VALUE='PATH_INFO' DESC='The extra path information, as given by the client. In other words, scripts can be accessed by their virtual pathname, followed by extra information at the end of this path. The extra information is sent as PATH_INFO.'>
  368.     <E CAPTION='PATH_TRANSLATED' VALUE='PATH_TRANSLATED' DESC='The server provides a translated version of PATH_INFO, which takes the path and does any virtual-to-physical mapping to it.'>
  369.     <E CAPTION='SCRIPT_NAME' VALUE='SCRIPT_NAME' DESC='A virtual path to the script being executed, used for self-referencing URLs.'>
  370.     <E CAPTION='QUERY_STRING' VALUE='QUERY_STRING' DESC='The query information that follows the ? in the URL that referenced this script.'>
  371.     <E CAPTION='REMOTE_HOST' VALUE='REMOTE_HOST' DESC='The hostname making the request. If the server does not have this information, it sets REMOTE_ADDR and leaves this unset.'>
  372.     <E CAPTION='REMOTE_ADDR' VALUE='REMOTE_ADDR' DESC='The IP address of the remote host making the request.'>
  373.     <E CAPTION='AUTH_TYPE' VALUE='AUTH_TYPE' DESC='If the server supports user authentication, and the script is protected, this is the protocol-specific authentication method used to validate the user.'>
  374.     <E CAPTION='REMOTE_USER' VALUE='REMOTE_USER' DESC='If the server supports user authentication, and the script is protected, this is the username they have authenticated as. (Also available as AUTH_USER.)'>
  375.     <E CAPTION='REMOTE_IDENT' VALUE='REMOTE_IDENT' DESC='If the HTTP server supports RFC 931 identification, then this variable is set to the remote user name retrieved from the server. Usage of this variable should be limited to logging only.'>
  376.     <E CAPTION='CONTENT_TYPE' VALUE='CONTENT_TYPE' DESC='For queries that have attached information, such as HTTP POST and PUT, this is the content type of the data.'>
  377.     <E CAPTION='CONTENT_LENGTH' VALUE='CONTENT_LENGTH' DESC='The length of the content as given by the client.'>
  378.     <E CAPTION='HTTP_ACCEPT' VALUE='HTTP_ACCEPT' DESC='List of Content-types the browser can accept (defined by the HTTP Accept header).'>
  379.     <E CAPTION='HTTP_REFERER' VALUE='HTTP_REFERER' DESC='The referring document. The document that linked to or submitted form data.'>
  380.     <E CAPTION='HTTP_USER_AGENT' VALUE='HTTP_USER_AGENT' DESC='The browser the client is currently using to send the request. Format: software/version library/version.'>
  381.     <E CAPTION='ALL_HTTP' VALUE='ALL_HTTP' DESC='HTTP_ACCEPT:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
  382. application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, */* 
  383. HTTP_ACCEPT_LANGUAGE:en-us HTTP_CONNECTION:Keep-Alive HTTP_HOST:microassoc.com 
  384. HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 4.01; Windows NT) 
  385. HTTP_ACCEPT_ENCODING:gzip, deflate.'>
  386.     <E CAPTION='REQUEST_BODY' VALUE='REQUEST_BODY' DESC='The body of the request.'>
  387.   </CAT>
  388.   <CAT CAPTION="CFCATCH variables" DESC="" ICON="Elements">
  389.     <E CAPTION='Type' VALUE='CFCATCH.Type' DESC='Exception type (Template, Database, etc.)'>
  390.     <E CAPTION='Message' VALUE='CFCATCH.Message' DESC='Diagnostic message, if provided.'>
  391.     <E CAPTION='Detail' VALUE='CFCATCH.Detail' DESC='A detailed message from the CFML interpreter'>
  392.     <E CAPTION='NativeErrorCode' VALUE='CFCATCH.NativeErrorCode' DESC='The native error code associated with this exception. TYPE=Database only.'>
  393.     <E CAPTION='SQLState' VALUE='CFCATCH.SQLState' DESC='The SQLState associated with this exception. TYPE=Database only.'>
  394.     <E CAPTION='ErrNumber' VALUE='CFCATCH.ErrNumber' DESC='Internal expression error number. TYPE=Expression only.'>
  395.     <E CAPTION='MissingFileName' VALUE='CFCATCH.MissingFileName' DESC='Name of the file that could not be included. TYPE=MissingInclude only.'>
  396.     <E CAPTION='LockName' VALUE='CFCATCH.LockName' DESC='The name of the affected lock (set to anonymous if the lock was unnamed). TYPE=Lock only.'>
  397.     <E CAPTION='LockOperation' VALUE='CFCATCH.LockOperation' DESC='The operation that failed (set to Timeout, Create MuteEx, or Unknown). TYPE=Lock only.'>
  398.   </CAT>
  399.   <CAT CAPTION="CFDIRECTORY Query Columns" DESC="" ICON="Elements">
  400.     <E CAPTION='Attributes' VALUE='Attributes' DESC='Returns file attributes, if applicable.'>
  401.     <E CAPTION='DateLastModified' VALUE='DateLastModified' DESC='Returns the date an entry was last modified.'>
  402.     <E CAPTION='Mode' VALUE='Mode' DESC='(Solaris only) The octal value representing the permissions setting for the specified directory. For information about octal values, refer to the UNIX man pages for the chmod shell command.'>
  403.     <E CAPTION='Name' VALUE='Name' DESC='Returns the directory or file entry name.'>
  404.     <E CAPTION='Size' VALUE='Size' DESC='Returns the size of directory or file entry.'>
  405.     <E CAPTION='Type' VALUE='Type' DESC='Returns entry type: F for File, D for Directory.'>
  406.   </CAT>
  407.   <CAT CAPTION="CFERROR Request Variables" DESC="" ICON="Elements">
  408.     <E CAPTION='Browser' VALUE='Error.Browser' DESC='Browser that was running when the error occurred.'>
  409.     <E CAPTION='DateTime' VALUE='Error.DateTime' DESC='Date and time when the error occurred.'>
  410.     <E CAPTION='Diagnostics' VALUE='Error.Diagnostics' DESC='Detailed error diagnostics from the ColdFusion Engine.'>
  411.     <E CAPTION='HTTPReferer' VALUE='Error.HTTPReferer' DESC='Page from which the client accessed the link to the page where the error occurred.'>
  412.     <E CAPTION='MailTo' VALUE='Error.MailTo' DESC='Email address of administrator who should be notified (corresponds to the value set in the MAILTO attribute of CFERROR).'>
  413.     <E CAPTION='QueryString' VALUE='Error.QueryString' DESC='URL query string of the client request.'>
  414.     <E CAPTION='RemoteAddress' VALUE='Error.RemoteAddress' DESC='IP address of the remote client.'>
  415.     <E CAPTION='Template' VALUE='Error.Template' DESC='Page being executed when the error occurred.'>
  416.   </CAT>
  417.   <CAT CAPTION="CFERROR Validation Variables" DESC="" ICON="Elements">
  418.     <E CAPTION='InvalidFields' VALUE='Error.InvalidFields' DESC='Unordered list of validation errors that occurred.'>
  419.     <E CAPTION='ValidationFooter' VALUE='Error.ValidationFooter' DESC='Text for footer of validation message.'>
  420.     <E CAPTION='ValidationHeader' VALUE='Error.ValidationHeader' DESC='Text for header of validation message.'>
  421.   </CAT>
  422.   <CAT CAPTION="CFFILE Upload Variables" DESC="" ICON="Elements">
  423.     <E CAPTION='AttemptedServerFile' VALUE='File.AttemptedServerFile' DESC='Specifies whether or not ColdFusion attempted to save a file. Indicates Yes or No.'>
  424.     <E CAPTION='ClientDirectory' VALUE='File.ClientDirectory' DESC='Full path of the uploaded file on the clientÆs system.'>
  425.     <E CAPTION='ClientFile' VALUE='File.ClientFile' DESC='Filename of the uploaded file on the clientÆs system.'>
  426.     <E CAPTION='ClientFileExt' VALUE='File.ClientFileExt' DESC='Extension of the uploaded file on the clientÆs system without a period.'>
  427.     <E CAPTION='ClientFileName' VALUE='File.ClientFileName' DESC='Filename without an extension of the uploaded file on the clientÆs system.'>
  428.     <E CAPTION='ContentSubType' VALUE='File.ContentSubType' DESC='MIME content subtype of the saved file.'>
  429.     <E CAPTION='ContentType' VALUE='File.ContentType' DESC='MIME content type of the saved file.'>
  430.     <E CAPTION='DateLastAccessed' VALUE='File.DateLastAccessed' DESC='Date and time the uploaded file was last accessed.'>
  431.     <E CAPTION='FileExisted' VALUE='File.FileExisted' DESC='Specifies whether or not the file already existed with the same path. Indicates Yes or No.'>
  432.     <E CAPTION='FileSize' VALUE='File.FileSize' DESC='Size of the uploaded file.'>
  433.     <E CAPTION='FileWasAppended' VALUE='File.FileWasAppended' DESC='Specifies whether or not ColdFusion appended a file to an existing file. Indicates Yes or No.'>
  434.     <E CAPTION='FileWasOverwritten' VALUE='File.FileWasOverwritten' DESC='Specifies whether or not ColdFusion overwrote a file. Indicates Yes or No.'>
  435.     <E CAPTION='FileWasRenamed' VALUE='File.FileWasRenamed' DESC='Specifies whether or not the uploaded file was renamed to avoid a name conflict. Indicates Yes or No.'>
  436.     <E CAPTION='FileWasSaved' VALUE='File.FileWasSaved' DESC='Specifies whether or not ColdFusion saved a file. Indicates Yes or No.'>
  437.     <E CAPTION='OldFileSize' VALUE='File.OldFileSize' DESC='Size of a file that was overwritten in the file upload operation.'>
  438.     <E CAPTION='ServerDirectory' VALUE='File.ServerDirectory' DESC='Full path of the file actually saved.'>
  439.     <E CAPTION='ServerFile' VALUE='File.ServerFile' DESC='Filename of the file actually saved.'>
  440.     <E CAPTION='ServerFileExt' VALUE='File.ServerFileExt' DESC='Extension of the uploaded file on the server, without a period, for example, txt not .txt.'>
  441.     <E CAPTION='ServerFileName' VALUE='File.ServerFileName' DESC='Filename, without an extension, of the uploaded file on the server.'>
  442.     <E CAPTION='TimeCreated' VALUE='File.TimeCreated' DESC='Time the uploaded file was created.'>
  443.     <E CAPTION='TimeLastModified' VALUE='File.TimeLastModified' DESC='Date and time of the last modification to the uploaded file.'>
  444.   </CAT>
  445.   <CAT CAPTION="CFFTP StopOnError Variables" DESC="" ICON="Elements">
  446.     <E CAPTION='ErrorCode' VALUE='CFFTP.ErrorCode' DESC='Error code.'>
  447.     <E CAPTION='ErrorText' VALUE='CFFTP.ErrorText' DESC='Text associated with ErrorCode.'>
  448.     <E CAPTION='Succeeded' VALUE='CFFTP.Succeeded' DESC='Yes or No dependent on value of ErrorCode.'>
  449.   </CAT>
  450.   
  451.   <CAT CAPTION="CFFTP ListDir Variables" DESC="" ICON="Elements">
  452.     <E CAPTION='Name'             VALUE='CFFTP.Name'             DESC=''>
  453.     <E CAPTION='Path'             VALUE='CFFTP.Path'             DESC=''>
  454.     <E CAPTION='URL'             VALUE='CFFTP.URL'             DESC=''>
  455.     <E CAPTION='Length'         VALUE='CFFTP.Length'         DESC=''>
  456.     <E CAPTION='LastModified'     VALUE='CFFTP.LastModified'     DESC=''>
  457.     <E CAPTION='Attributes'     VALUE='CFFTP.Attributes'     DESC=''>
  458.     <E CAPTION='IsDirectory'     VALUE='CFFTP.IsDirectory'     DESC=''>
  459.     <E CAPTION='ReturnValue'     VALUE='CFFTP.ReturnValue'     DESC=''>
  460.   </CAT>
  461.   
  462.   <CAT CAPTION="CFHTTP GET Variables" DESC="" ICON="Elements">
  463.     <E CAPTION='FileContent' VALUE='CFHTTP.FileContent' DESC='Contents of retrieved file for ASCII files.'>
  464.     <E CAPTION='MIMEType' VALUE='CFHTTP.MIMEType' DESC='The MIME associated with the retrieved file.'>
  465.   </CAT>
  466.   <CAT CAPTION="CFPOP Query Columns" DESC="" ICON="Elements">
  467.     <E CAPTION='Attachments' VALUE='Attachments' DESC='Contains a tab-separated list of all original attachment names when ACTION=GETALL.'>
  468.     <E CAPTION='AttachmentFiles' VALUE='AttachmentFiles' DESC='Contains a tab-separated list of the actual temporary filenames written to the server when ACTION=GETALL.'>
  469.     <E CAPTION='Body' VALUE='CC' DESC='Body of message returned when ACTION=GETALL.'>
  470.     <E CAPTION='CC' VALUE='CC' DESC='CC value from message header.'>
  471.     <E CAPTION='Date' VALUE='Date' DESC='Date sent value from message header.'>
  472.     <E CAPTION='From' VALUE='From' DESC='From value from message header.'>
  473.     <E CAPTION='Header' VALUE='Header' DESC='Entire message header returned when ACTION=GETALL.'>
  474.     <E CAPTION='MessageNumber' VALUE='MessageNumber' DESC='Sequential message number of message on POP server.'>
  475.     <E CAPTION='ReplyTo' VALUE='ReplyTo' DESC='ReplyTo value from message header.'>
  476.     <E CAPTION='Subject' VALUE='Subject' DESC='Subject value from message header.'>
  477.     <E CAPTION='To' VALUE='To' DESC='To value from message header.'>
  478.     <E CAPTION='ColumnList' VALUE='ColumnList' DESC='Column list.'>
  479.     <E CAPTION='CurrentRow' VALUE='CurrentRow' DESC='The current row of the query being processed by CFOUTPUT in a query-driven loop.'>
  480.     <E CAPTION='RecordCount' VALUE='RecordCount' DESC='Total number of records returned by the query.'>
  481.   </CAT>
  482.   <CAT CAPTION="CFREGISTRY Query Columns" DESC="" ICON="Elements">
  483.     <E CAPTION='Entry' VALUE='Entry' DESC='Registry value name.'>
  484.     <E CAPTION='Type' VALUE='Type' DESC='Data type.'>
  485.     <E CAPTION='Value' VALUE='Value' DESC='Registry value data.'>
  486.   </CAT>
  487.   <CAT CAPTION="CFSEARCH Query Columns" DESC="" ICON="Elements">
  488.     <E CAPTION='Url' VALUE='Url' DESC='Returns the value of the URLPATH attribute defined in the CFINDEX tag used to populate the collection. This value is always empty when you populate the collection with CFINDEX when TYPE=CUSTOM.'>
  489.     <E CAPTION='Key' VALUE='Key' DESC='Returns the value of the KEY attribute defined in the CFINDEX tag used to populate the collection.'>
  490.     <E CAPTION='Title' VALUE='Title' DESC='Returns the value of the TITLE attribute defined by the <TITLE> HTML tag in any HTML or ColdFusion template file that was indexed by CFINDEX. If the collection was TYPE=CUSTOM, TITLE returns the value of the TITLE attribute defined by the CFINDEX tag. If the collection was TYPE=FILE, TITLE also returns the value of the TITLE attribute defined by the CFINDEX tag.'>
  491.     <E CAPTION='Score' VALUE='Score' DESC='Returns the relevancy score of the document based on the search criteria.'>
  492.     <E CAPTION='Custom1' VALUE='Custom1' DESC='Returns the value of the first custom field.'>
  493.     <E CAPTION='Custom2' VALUE='Custom2' DESC='Returns the value of the second custom field.'>
  494.     <E CAPTION='ColumnList' VALUE='ColumnList' DESC='Returns the column list.'>
  495.     <E CAPTION='CurrentRow' VALUE='CurrentRow' DESC='Current row in the CFQUERY result set.'>
  496.     <E CAPTION='RecordCount' VALUE='RecordCount' DESC='Total number of matches found.'>
  497.     <E CAPTION='RecordsSearched' VALUE='RecordsSearched' DESC='Total number of entries searched within collection.'>
  498.     <E CAPTION='Summary' VALUE='Summary' DESC='Contents of the automatic summary generated by CFINDEX.'>
  499.   </CAT>
  500.   <CAT CAPTION="CFSTOREDPROC Query Columns" DESC="" ICON="Elements">
  501.     <E CAPTION='StatusCode' VALUE='CFSTOREDPROC.StatusCode' DESC='Status code for the stored procedure.'>
  502.     <E CAPTION='ExecutionTime' VALUE='CFSTOREDPROC.ExecutionTime' DESC='Execution time for the request.'>
  503.   </CAT>
  504.   <CAT CAPTION="Client Variables" DESC="" ICON="Elements">
  505.     <E CAPTION='Client.CFID' VALUE='Client.CFID' DESC='Unique client ID. Part of the session key.'>
  506.     <E CAPTION='Client.CFToken' VALUE='Client.CFToken' DESC='Unique ID. Part of the session key.'>
  507.     <E CAPTION='Client.HitCount' VALUE='Client.HitCount' DESC='Number of client visits.'>
  508.     <E CAPTION='Client.LastVisit' VALUE='Client.LastVisit' DESC='Date and time of the last visit.'>
  509.     <E CAPTION='Client.TimeCreated' VALUE='Client.TimeCreated' DESC='CFID creation date and time.'>
  510.     <E CAPTION='Client.URLToken' VALUE='Client.URLToken' DESC='CFID combined with CFToken.'>
  511.   </CAT>
  512.   <CAT CAPTION="Custom tag (thistag) variables" DESC="Custom tag (thistag) variables" ICON="Elements">
  513.     <E CAPTION='thistag.ExecutionMode'         VALUE='thistag.ExecutionMode'         DESC="A custom tag template may be invoked in either of two modes: Start tag execution and End tag execution.">
  514.     <E CAPTION='thistag.HasEndTag'             VALUE='thistag.HasEndTag'             DESC="Used for code validation, it distinguishes between custom tags that have and don't have end tags for ExecutionMode=start. The name of the Boolean value is ThisTagHasEndTag.">
  515.     <E CAPTION='thistag.GeneratedContent'     VALUE='thistag.GeneratedContent'     DESC="Custom tags can access and modify the generated content of any of its instances using the ThisTag.GeneratedContent variable.">
  516.     <E CAPTION='thistag.AssocAttribs'         VALUE='thistag.AssocAttribs'         DESC="Holds the attributes of all nested tags if CFASSOCIATE has used them.">
  517.   </CAT>  
  518.   <CAT CAPTION="ColdFusion Application Variables" DESC="There are no standard Application variables. These are developer-defined and application specific." ICON="Elements">
  519.       <E CAPTION='' VALUE='' DESC='There are no standard Application variables. These are developer-defined and application specific.'>
  520.   </CAT>
  521.   <CAT CAPTION="ColdFusion Query Attributes" DESC="" ICON="Elements">
  522.     <E CAPTION='CurrentRow' VALUE='CurrentRow' DESC='Row number for current row within the query.'>
  523.     <E CAPTION='RecordCount' VALUE='RecordCount' DESC='Total number of rows currently defined in query.'>
  524.     <E CAPTION='ColumnList' VALUE='ColumnList' DESC='Columns returned by CFQUERY or CFLDAP.'>
  525.     <E CAPTION='ExecutionTime' VALUE='CFQUERY.ExecutionTime' DESC='Execution time for the SQL request.'>
  526.   </CAT>
  527.   <CAT CAPTION="ColdFusion Server Variables" DESC="" ICON="Elements">
  528.     <E CAPTION='Server.ColdFusion.ProductName' VALUE='Server.ColdFusion.ProductName' DESC='ColdFusion product name.'>
  529.     <E CAPTION='Server.ColdFusion.ProductVersion' VALUE='Server.ColdFusion.ProductVersion' DESC='ColdFusion product release information.'>
  530.     <E CAPTION='Server.ColdFusion.ProductLevel' VALUE='Server.ColdFusion.ProductLevel' DESC='ColdFusion product level information.'>
  531.     <E CAPTION='Server.ColdFusion.SerialNumber' VALUE='Server.ColdFusion.SerialNumber' DESC='ColdFusion serial number.'>
  532.     <E CAPTION='Server.ColdFusion.SupportedLocales' VALUE='Server.ColdFusion.SupportedLocales' DESC='Locales supported by ColdFusion.'>
  533.     <E CAPTION='Server.OS.Name' VALUE='Server.OS.Name' DESC='Server operating system name.'>
  534.     <E CAPTION='Server.OS.AdditionalInformation' VALUE='Server.OS.AdditionalInformation' DESC='Information about the host operating system.'>
  535.     <E CAPTION='Server.OS.Version' VALUE='Server.OS.Version' DESC='Operating system version.'>
  536.     <E CAPTION='Server.OS.BuildNumber' VALUE='Server.OS.BuildNumber' DESC='Build number of the host operating system.'>
  537.   </CAT>
  538.   <CAT CAPTION="Session Variables" DESC="" ICON="Elements">
  539.     <E CAPTION='Session.CFID' VALUE='Session.CFID' DESC='Unique client ID. Part of the session key.'>
  540.     <E CAPTION='Session.CFToken' VALUE='Session.CFToken' DESC='Unique ID. Part of the session key.'>
  541.     <E CAPTION='Session.URLToken' VALUE='Session.URLToken' DESC='CFID combined with CFToken.'>
  542.   </CAT>
  543. </CAT>
  544.  
  545.