Skip to main content
Participant
February 1, 2010
Question

execute functions in fielddata

  • February 1, 2010
  • 1 reply
  • 356 views

Hi,

I have Menu Table with a URL field called Menuactions. inside that field i have the following data: Content_OrderData.cfm?date=#now()#

Before i output the data, i put it in an Array. but when i output the array #now()# it is not executed. how can i do that?

Thanks in advanced,

Chris

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    February 1, 2010

    Hi Chris

    Not really sure what you're trying to do to be honest, can you clarify? You shouldn't really be storing function names in Strings for later use, that won't really work, as you've discovered. You should be appending the now() at the point when you're rendering text out to screen, not before.

    O.