strScan Function
Dynamics AX 4.0
Searches a text string for the occurrence of another string.
int strScan(
str _text1,
str _text2,
int _position,
int _number)
|
Parameter |
Description |
|---|---|
|
_text1 |
The text string to search. |
|
_text2 |
The string to find. |
|
_position |
The position at which the search should start. |
|
_number |
The number of characters that should be searched. If there is a minus in front of _number, the system searches the number of characters in reverse order from the specified position. |
Community Additions
ADD
Show: