web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Like Operator in X++ AX 2009

Abdel Fatah Ahmed Profile Picture Abdel Fatah Ahmed
we can use it for strings in MS Dynamics AX like this :
static void LikeTest()
{

    str str;
    ;
    str="expiry";

    if(str like "exp*")
       info('"like work ");
}

Comments

*This post is locked for comments