This one is sooooooo simple that even I am ashamed to waste the space and time to ask, but I can not seem to find an example to display the correct time format.
A function (or UDT) that I am using returns a value that I think is from the CPU timer, so I thought I would verify by formatting it into "Hour:Minute:Second:Milli-Second" type of format to verify.
I can NOT for the life of me find even 1 of the MANY examples that I KNOWWWwwww must be out there.
Can someone show me the correct "FORMAT$(Variable, "VariableFormat") that I should be using????
A function (or UDT) that I am using returns a value that I think is from the CPU timer, so I thought I would verify by formatting it into "Hour:Minute:Second:Milli-Second" type of format to verify.
I can NOT for the life of me find even 1 of the MANY examples that I KNOWWWwwww must be out there.
Can someone show me the correct "FORMAT$(Variable, "VariableFormat") that I should be using????
Comment