Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
fredericvillemi
Creator III
Creator III

Difference between Interval and Interval#

Hello,

what is the difference between the function Interval and Interval# ?

It seems obvious but i wanted to be sure .. i can't find a real difference in the help

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

=interval( 1.375 ) & ' - ' & Interval#('33:00:00','hh:mm:ss')

Interval takes numeric input while Interval# takes string input

View solution in original post

2 Replies
anbu1984
Master III
Master III

=interval( 1.375 ) & ' - ' & Interval#('33:00:00','hh:mm:ss')

Interval takes numeric input while Interval# takes string input

fredericvillemi
Creator III
Creator III
Author

Thanks for your answer, very clear