Use of ‘like’ in a if-statement
In Ax it is possible to use the ‘like’ keyword in a if-statement. This would look like this:
1 2 3 4 | if (purchTable.purchId like '09*') { // Do something } |
Tags: LIKE, Programming, Tips & Tricks, X++
This entry was posted on Tuesday, October 13th, 2009 at 19:27 and is filed under Dynamics AX. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


October 26th, 2009 at 15:03
Nice, I like…