Q:
You are working on a Microsoft Dynamics 365 finance and operations apps implementation. You need to implement a functionality that will allow the application to manipulate strings.
You need to identify the appropriate global functions in X++ that will allow the application to perform these operations.
Which should you use?
-
A
Use the strAdd(), strRemove(), and strChange() global functions.
-
B
Use the strInsert(), strDelete(), and strModify() global functions.
-
C
Use the strLen(), strFind(), and strReplace() global functions.
-
D
Use the strAppend(), strErase(), and strAlter() global functions.
C
Answer:
C
Explanation:
The correct answer is to use the strLen(), strFind(), and strReplace() global functions for string manipulation in X++. The strAdd(), strRemove(), and strChange() functions, the strInsert(), strDelete(), and strModify() functions, and the strAppend(), strErase(), and strAlter() functions are not valid global functions for string manipulation in X++.
Use X++ runtime functions for common tasks - Training | Microsoft Learn
X++ operators - Finance & Operations | Dynamics 365 | Microsoft Learn
Related Topic:
Share Above MCQ