ok...I will copy and paste from the same article.
<cfsnip>
In ColdFusion, constants and variables have implied data types. The reason
for the term "implied" is that there are no variable declarations that
define the scalar data type of a variable as one finds in statically typed
languages such as Pascal. Whenever you use a constant or set the value of a
variable, the value you use has a type, be it integer, real, or string. For
example, if you use CFSET to create a variable AGE and set its value to 62,
the implied data type is integer. In addition to these scalar types,
ColdFusion also supports lists, structures, and arrays. The following table
describes the types of variables and constants you can use in a ColdFusion
application page.
</cfsnip>

Below is some html..it might get hosed, but I will try anyway.

      Variable Prefix
      Kind  Reference
      Queries
     QueryName.variablename

      Local
     Variables.variablename

      URL Parameters
     URL.variablename

      Form Fields
     Form.variablename

      Client
     Client.variablename

      Server
     Server.variablename

      Session
     Session.variablename

      Application
     Application.variablename

      Request
     Request.variablename

      HTTP Cookies
     Cookie.variablename

      File
     CFFILE.variablename

      CGI Environment
     CGI.variablename



jon
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 07, 2000 10:33 AM
Subject: RE: Is Cold Fusion a Typed Language?


> There was a brief reference to constants in that article, but nothing
> describing how constants are created.  Anyone have further information on
> that topic?
>
> -----Original Message-----
> From: Jon Hall [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 07, 2000 9:48 AM
> To: CF-Talk
> Subject: Re: Is Cold Fusion a Typed Language?
>
>
> Here is an article that Allaire recently posted on their website that
should
> answer all your questions.
>
>
http://www.allaire.com/handlers/index.cfm?ID=14718&Method=Full&Title=ColdFus
>
ion%20Expressions%3A%20Operands%2C%20Operators%2C%20and%20Other%20Constructs
> &Cache=False
>
> I guess ColdFusion would be called  an optionally typed language. You can
> type variables if it becomes necessary.
> --------------------------------------------------------------------------
----------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to