Is there a way to put value in specific array position in freemarker?
Usually, I used javascript to put value in specific position of array variable.
for example, id_my_array_id_columname index consists of 0~5 range
To put value in second postion,
var postion = 2;
id_my_array.id_columname[postion].setText("value");
It puts value in second postion of columnname of my_array.
Like this, how to put value in specific postion in json array by freemarker?
Please let me know if there is good way.
Regards,
Alan.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/d3993be2-0389-48c0-b5cc-6385bfbdefcd%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.