how to separate inventory name by (-) which like this.

Discussion in 'Tally Developer' started by kishan369, Mar 30, 2021.

    
  1. kishan369

    kishan369 New Member


    upload_2021-3-30_18-10-33.png = full name of inventory..


    require like this below part.

    1) 800X1600
    2) ASIAN CREMA MARFIL LISO
    3) GLUC
    4) HRJ
    5) 2 PCS
    6) PRE
    7) TR
     


  2. Himanshu-2002

    Himanshu-2002 Active Member


    Learn about a term "For Token"
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Example:-

    [Function: SeperateByDash]
    Parameter:ReceivedString:String
    00: For Token:ReturnVar:##RecievedString:"-"
    01:Return:##ReturnVar
    ....
     


Share This Page