How To Use If Statement

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

    
  1. Properson2020

    Properson2020 New Member


    I try The following code but it seems to not working what wrong with the code

    [Function:CHEKIF]
    10 : IF (@@JKTAX IS NULL)
    20 : CALL : whatsappstring1
    30 : ELSE
    40 : CALL : whatsappstring
    50 : ENDIF
     


  2. Himanshu-2002

    Himanshu-2002 Active Member


    If doesn't work like this
    Solved Code :



    [Function:CHEKIF]
    10 : IF:mad:@JKTAX=""
    20 : CALL : whatsappstring1
    30 : ELSE
    40 : CALL : whatsappstring
    50 : ENDIF
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Study Function Before Using It Else It will be biggest Frustration for you
     


Share This Page