HI All,
I have text in below format
var illness = new Array("tvlPlyCp","tvlPlcyCertID","tvlShdIt","tvlRepMedEi","tvlMdRp","tvlRrepdsc","tvlPolRep")
i need to convert it
var illness = new dojox.collections.ArrayList();
illness.add("tvlPlyCp");
illness.add("tvlPlcyCertID")
illness.add("tvlShdIt")
illness.add("tvlRepMedEi")
illness.add("tvlMdRp");
illness.add("tvlRrepdsc");
illness.add("tvlPolRep");
Can anybody help me on this
Thanks & Regards
Vickyb
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment