strDel Function
Dynamics AX 2009
Creates a copy of a string with the specified substring removed.
str strDel(
str _text,
int _position,
int _number)
|
Parameter |
Description |
|---|---|
|
_text |
The string to copy from |
|
_position |
The position at which to begin ignoring characters during the copy. |
|
_number |
The number of characters to ignore. A minus in front of _number parameter indicates that the (_number-1) characters before the character at the _position parameter are to be removed along with the character at the _position. |
Community Additions
ADD
Show: