|
Go
![]() |
New
![]() |
Search
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Gold member |
I can't possibly be the first person to have this issue. Maybe I'm just ignorant of an easy function to do this.
Here goes: I want to make an alpha field to say a date range such as "01/16/2004 to 02/15/2004" but I have to calculate the months. conceptually I want to do: ((month - 1)|'/'|'16/'|year|' to '| month | '15/' | year) this is clearly not legal since the output needs to be in alpha and I'm doing arithmatic. is there a way to do this arithmatic and cast it to char inline? it would make sense to me to do something like (char(month-1)...) but that doesn't seem like an option. Can anyone help me out here? |
||
|
|
Gold member |
Thanks Pietro De Santis!
This worked with some minor differences. Rather than a compute I used a define so I could put it in the header. The code was great though... thanks again |
|||
|
|
Expert |
George, since you're putting it all in a header, how about just using smart dates for the 2 dates:
HEADING " do stuff BY DATE1 NOPRINT BY DATE2 NOPRINT END where the dates are formated DATE/MtDYY , which is very nice looking |
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

