RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Adrian Lynch
Wandsworth Road London SW8 2HG ( 0870 906 7482 ___ -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:46 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] variable in a varia

Re: [ cf-dev ] variable in a variable

2003-10-24 Thread Stephen Moretti
don SW8 2HG ( 0870 906 7482 ___ -Original Message- From: Kevin Faulkner [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:34 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] variable in a variable I think that this will work with an evaluate, try Wor

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Lovelock, Richard J
don SW8 2HG ( 0870 906 7482 ___ -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:46 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] variable in a variable hmm that one d

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Lovelock, Richard J
906 7482 ___ -Original Message- From: Kevin Faulkner [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:34 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] variable in a variable I think that this will work with

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Douglas Humphris
Correct me if I'm wrong, I believe you can do this: Var="#Variables['match' & id]#" D -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:34 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] variable in

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Adrian Lynch
Use associwhatsit notation, VARIABLES["match#id#"] or FORM["match#id#"] or URL["match#id#"], you get the picture... Ade -Original Message- From: Kevin Faulkner [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:34 To: '[EMAIL PROTECTED]' Subjec

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Kevin Faulkner
I think that this will work with an evaluate, try Worth a try at least! -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:34 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] variable in a variable yes

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Lovelock, Richard J
oad London SW8 2HG ( 0870 906 7482 ___ -Original Message- From: Ian Westbrook (ASE) [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:26 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] variable in a variable #createtimespan

Re: [ cf-dev ] variable in a variable

2003-10-24 Thread Ian Westbrook \(ASE\)
#createtimespan(variables.id,0,0,0)# ? Ian W - Original Message - From: "Lovelock, Richard J" <[EMAIL PROTECTED]> To: "'cflist'" <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 2:22 PM Subject: [ cf-dev ] variable in a variable > how do you output a variable within a variable? > >

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Stephen Pope
Ignore that im freakin crazy today -Original Message- From: Stephen Pope Sent: 24 October 2003 14:24 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] variable in a variable #Createtimespan(Evaluate(id&",0,0,0"))# will that work ? -Original Message- From: Lovel

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Stephen Pope
#Createtimespan(Evaluate(id&",0,0,0"))# will that work ? -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:22 To: 'cflist' Subject: [ cf-dev ] variable in a variable how do you output a variable within a variable? e.g. if I want to achieve

RE: [ cf-dev ] variable in a variable

2003-10-24 Thread Kevin Faulkner
Just don't have the inner set of #'s, within CFOUTPUT's that will resolve fine -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 14:22 To: 'cflist' Subject: [ cf-dev ] variable in a variable how do you output a variable within a variable? e.g.