Notifications
Clear all
Topic starter
Just wondering/hoping someone out there delimits ORDER_LIST_CHANGES() to just show services or if it's possible.
Thanks in advance
Posted : September 26, 2014 5:31 am
The delimiter between records is going to be a carriage return/line feed. You can try saying the delimited is /r/n or vice-versa.
Posted : September 26, 2014 7:48 am
There is a MEL function HRET.
Description: HRET can be used instead of a /par or /n
or "
" in forms.
I use it in MEL statements to create an array from text that is delimited by returns,
like this:
local anAry
anAry = getfield( x , HRET, "")
- Beverly
Posted : September 26, 2014 8:47 am