-
-
Loading ...-
RSS Links
Tag Archives: xpress
Xpress set function
During my preparation and investigation into my upcoming upgrade from IDM 7.1 to IDM 8.1 I found out that the Xpress set function has been deprecated and should be replaced with either setvar, setlist or putmap. I was a bit surprised because there was no mention of it in the release notes or with [...]
Xpress length function quirks
The Identity Manager Xpress length function can be kind of quirky. The documentation indicates that the length function in Xpress returns the number of elements in a list.
So the following would return 3:
<length>
<list>
<s>one</s>
<s>two</s>
[...]
The Xpress cond tag