How do I use the Join function to display a double quote in CR8?
I need to display something like the following:
02'30"
I am currently using:
Join([ToText(num1, "00", "'", ToText(num2, "00", """]).
Of course it is not working, so any help would be much appreciated! Thanks
I need to display something like the following:
02'30"
I am currently using:
Join([ToText(num1, "00", "'", ToText(num2, "00", """]).
Of course it is not working, so any help would be much appreciated! Thanks