@kriki: :? can you explain your code to us little terrains?
i understood, but...are you joking or i am not smart enough?It's a quite hard coded method, is there a particular reason to use your method instead of mine?
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
@kriki: :? can you explain your code to us little terrains?
i understood, but...are you joking or i am not smart enough?It's a quite hard coded method, is there a particular reason to use your method instead of mine?
That after 10 years of NAV, I still can't use the format string of NAV :whistle:
Maybe also because I created my own that is a lot easier to use (it is based on the Progress format string).
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
@kriki: :? can you explain your code to us little terrains?
i understood, but...are you joking or i am not smart enough?It's a quite hard coded method, is there a particular reason to use your method instead of mine?
That after 10 years of NAV, I still can't use the format string of NAV :whistle:
Maybe also because I created my own that is a lot easier to use (it is based on the Progress format string).
eheh...i've had to press F1 to remember how to format like this :whistle:
it's incredibely difficult to remember all the faces of this function
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
eheh...i've had to press F1 to remember how to format like this :whistle:
it's incredibely difficult to remember all the faces of this function
And it is difficult to use, with long formatting strings.
If I want a date, I do this:
DD/MM/YYYY for European format
MM/DD/YYYY for US format
YYYY/MM/DD for best format
YYYYMMDD for a format I can easily convert in an integer.
And I can also use MMMMMM to write the month completely. Or M######### to remove blanks for "May".
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
@kriki: :? can you explain your code to us little terrains?
i understood, but...are you joking or i am not smart enough?It's a quite hard coded method, is there a particular reason to use your method instead of mine?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Maybe also because I created my own that is a lot easier to use (it is based on the Progress format string).
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
it's incredibely difficult to remember all the faces of this function
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
If I want a date, I do this:
DD/MM/YYYY for European format
MM/DD/YYYY for US format
YYYY/MM/DD for best format
YYYYMMDD for a format I can easily convert in an integer.
And I can also use MMMMMM to write the month completely. Or M######### to remove blanks for "May".
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I know that I also had a lot of trouble with the FORMAT statement but dates are pretty simple
Hope this helps a bit with the frustrations
Albert