
Hi guys,
Im new in c/al code, i build a Replace String Function and im trying to save the output in a Variable "ReplaceText" and use this variable for all conditions i have but it dose't work for all, just for one condition or one line, to be clear for you this my variables:
ReplaceText := ReplaceString(TEXT,'ÙˆØ§ØØ¯ مائة','مائة');
ReplaceText := ReplaceString(TEXT,'اثنان مائة','مائتان');
ReplaceText := ReplaceString(TEXT,'اثنان مائة','مئتان');
if you noted i repeat my variable to take all conditions but it doesn't work, if i remove the two line and i kept just first line its work perfectly, please help..
*This post is locked for comments
I have the same question (0)What do you replace string function does, if it replaces some characters from the original text then you should be passing that as parameter instead of TEXT.