Does anyone hold a patent for thought? If not, then it is about time someone
patented it. Then each time someone uses his or her brain a fee would have
to be paid. I wander which country/institution/social class would have to
pay the most per capita :)

TK
  -----Original Message-----
  From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
  Sent: Friday, October 24, 2003 3:45 PM
  To: CF-Talk
  Subject: RE: I need some enlightenment...

  Barney your example creates a structure with an element named 1 under
  teststruct. with an empty structure as does Mike's example.

  She wants

  structname1=struct
  structname2=struct

  which is Variables['testStruct'&i]=structNew()

    -----Original Message-----
    From: Barney Boisvert [mailto:[EMAIL PROTECTED]
    Sent: Friday, October 24, 2003 1:35 PM
    To: CF-Talk
    Subject: RE: I need some enlightenment...

    Or structInsert(variables.testStruct, i, structNew()).  Same function,
but
    documented CF syntax.
      -----Original Message-----
      From: Matt Liotta [mailto:[EMAIL PROTECTED]
      Sent: Friday, October 24, 2003 11:19 AM
      To: CF-Talk
      Subject: Re: I need some enlightenment...

      >     "variables.testStruct#i#"= structNew();
      > or
      >     variables.["testStruct#i#"]= structNew();
      > or
      >     variables.testStruct[i]= structNew();
      or
      variables.testStruct.put(i, StructNew();

      Matt Liotta
      President & CEO
      Montara Software, Inc.
      http://www.MontaraSoftware.com
      (888) 408-0900 x901


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to