Options

% in text constant

Johnny_ReggaeJohnny_Reggae Member Posts: 63
How is it possible to store a % as such in a text constant, without Navision trying to replace it ?

Comments

  • Options
    PEzechielsPEzechiels Member Posts: 83
    Have you tried with qoutes e.g. '%'
  • Options
    naveenjainnaveenjain Member Posts: 7
    Only way, is that you create two text constants,
    one with %1
    second with %

    So for example:

    Text001 = I am printing %1
    Text002 = %

    Now if you through a message, it will be like this

    Message(Text001,Text002);

    OR

    you can directly pass the % instead of Text002.

    BTW, why do you need this?

    Naveen Jain
Sign In or Register to comment.