Find And Replace String Value in Tally

Discussion in 'Tally Developer' started by Properson2020, Oct 21, 2020.

    
  1. Properson2020

    Properson2020 New Member


    I have query that how can i find the value and replace in tally
    for example
    Code:
    [System: Formula]
    rtgk : "hello sir here you can sale & purchase the items from our store"
    [Function:sendDD]
    $$StringFindandReplace : @@rtgk : "&" : "and"
    for the above code I want to replace "&" with "and"
    how can I do that ? please help me ...
     



  2. [System: formula]

    SMSSalPartyName1: $$StringFindAndReplace:$PartyLedgerName:"&":"and"
     
    naren1234 and mahbu like this.


  3. Properson2020

    Properson2020 New Member


    THANK YOU SIR ITS WORKING ....
    GREAT SUPPORT FROM YOU .....
     


  4. mahbu

    mahbu Member


    I want to replace "&" with " "and " " , is it possible ?
     


Share This Page