After having 5+ years of X++ experience, I finally realized that the relational operator 'like' might equally well be used outside of select-statements, just like this: static void testLike(Args _args) { str someString; ; someString = "Johnny"; if (someString
Read More...