How can we define null duration datatype?

lakshmanlakshman Member Posts: 44
edited 2008-07-17 in NAV Tips & Tricks
Hi all,

If time is null then we can define as 0T
DATE IS NULL then we can define as 0D
how can we define duration if it is null


thanks& regards:

lakshman
Best Regards,
Lakshman Routu
http://lakshman-routu.blogspot.in/

Comments

  • Sandeep_PrajapatiSandeep_Prajapati Member Posts: 151
        DurationVariable := 0;
    
    :wink:
    Sandeep Prajapati
    Technical Consultant, MS Dynamics NAV
  • krikikriki Member, Moderator Posts: 9,112
    [Topic moved from Navision forum to Navision Tips & Tricks forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DenSterDenSter Member Posts: 8,307
    I understand what you mean, but technically NAV does not have null values, they are blank :mrgreen:
  • XypherXypher Member Posts: 297
    Personally, I prefer...
    CLEAR(DurationVariable);
    
    8)
Sign In or Register to comment.