Adding Multiple strings into a multivalue field
I'm trying to write multiple strings in to a multivalue field in an customExpression.
I have tried the CRLF function but it just gives me some weird characters in a single value, instead of 2 values.
Any ideas?
May 27th, 2010 4:44pm
The SRs cannot write to multi-valued strings. You need custom code to achieve this.
The function CRLF() is used for multi-lined single-string attributes (e.g. address).
/AndreasThis posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/copyright.htm
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2010 8:06pm