how about something like <cfset mycommand=”##reboot##"+ url.id +"##1212## <http://url.id/#%23%231212%23%23>”>
On Sun, Mar 1, 2015 at 3:16 PM, <[email protected]> wrote: > Hi > > > > This has been causing me grief so some assistance would be appreciated > > > > I need to be able to create a ColdFusion variable that contains the > following text “#reboot#45454#1212#” > > > > The values of “#reboot#” and “#1212#” are constant however the value of > 45454 is dynamically generated from the url parameter passed to the page > > > > So the actual CF code should look something like: <cfset > mycommand=”##reboot###url.id###1212## <http://url.id#%23%231212%23%23>”> > So that the ## output a single # > > > > No matter what I try I cannot get it to work, even tried using a evaluate( > url.id) but that gave no joy either > > > > > > > > > > > > NB: TrackingCentral is now a registered product & services provider for > the National Disability Insurance Scheme, under the category of Assisted > Technology > > > > Regards > > > > Claude Raiola > Director > TrackingCentral Pty. Ltd > > Free Call 1300 255 990 > > > > [image: TrackingCentral_Logo] > > > > > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cfaussie. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/d/optout.
