J
John
I'm having trouble using script to add some information to the item body.
The following code shows the text in the first Messagebox but nothing in the
second. If I use NewItem.Body = "Details in Message body" then the second
msgbox shows that text.
msgbox(arrFull(J, 58))
NewItem.Body = arrFull(J, 58)
msgbox(NewItem.Body)
What could be going wrong?
Thanks,
John
The following code shows the text in the first Messagebox but nothing in the
second. If I use NewItem.Body = "Details in Message body" then the second
msgbox shows that text.
msgbox(arrFull(J, 58))
NewItem.Body = arrFull(J, 58)
msgbox(NewItem.Body)
What could be going wrong?
Thanks,
John