This is more like an FYI thingy.. I am not really having a 'problem' with it. But at the time of developing this piece of calculation, I actually looked up the available list of functions when I typed the MINUTE() function in my set field action and it didn't change its color to the function color thinking I typed it wrong.
I was setting this to a character field (converting Remedy timestamp to WSDL standard timestamp), the Developer Studio displayed this in the editor box as: YEAR($TIMESTAMP$) + "-" + LPAD(MONTH($TIMESTAMP$), 2, 0) + "-" + LPAD(DAY($TIMESTAMP$), 2, 0) + "T" + LPAD(HOUR($TIMESTAMP$), 2, 0) + ":" + LPAD(MINUTE($TIMESTAMP$), 2, 0) + ":" + LPAD(SECOND($TIMESTAMP$), 2, 0) Notice the color of MINUTE() which is a valid AR System function - it does not assume the color of a function keyword. Anyone else notice this? It should have been that light lay green or whatever that color is but its plain black as if it was not a function. It works correctly though so it got to be a Developer Studio display bug. I had seen a similar bug (I think with Direct SQL) under certain circumstances. Joe PS: You would need to view this email in html or rich text to see the color coding. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

