Options

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

  • Options
    Sandeep_PrajapatiSandeep_Prajapati Member Posts: 151
        DurationVariable := 0;
    
    :wink:
    Sandeep Prajapati
    Technical Consultant, MS Dynamics NAV
  • Options
    krikikriki Member, Moderator Posts: 9,096
    [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!


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