Forums / Developer / declaration

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

declaration

Author Message

jb bianchi

Tuesday 09 August 2005 5:56:19 am

How can I declare an array in a let ?
{let array=array[] }

thank's

David Eriksson

Tuesday 09 August 2005 6:08:42 am

{def $myarray=array()}

Or, with the older syntax:

{let myarray=array()}

/David

jb bianchi

Tuesday 09 August 2005 6:14:16 am

thank's for your answer