I’d would like to have a text string that says: ‘Bedrag in euro’s’ But this doesn’t work, since Navision thinks the 2nd ’ is the end of the text, so how can I do this??? TIA Matthijs Thalen
To do the message: ‘Bedrag in euro’s’ use this syntax: MESSAGE(’’‘Bedrag in euro’‘s’’’); Just use ‘’ for '. (Two single quotes after each other) /Soren Edited by - SNielsen on 11/30/00 4:12:41 PM
Try STRSUBSTNO(‘Bedrag in Euro%1s’,’’’’’’)