You’re offline. This is a read only version of the page.
Skip to main content
Dynamics 365 Community
Cancel
Get involved
Get answers
Discover events
Learn Dynamics 365
More
Search
Announcements
No record found.
Community site session details
Session Id :
Copy
Close
Dynamics 365 Community
/
Blogs
/
MS Dynamics "All Materials You Need and So...
/
Like Operator in X++ AX 2009
Like Operator in X++ AX 2009
Views (3707)
Abdel Fatah Ahmed
Follow
Like
(
0
)
Share
Report
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
Messages
Welcome,
Profile
Messages
My activity
Sign out
*This post is locked for comments