Data Type Conversion

string(date-field)

----- Original Message -----
From: "brentferland" <brentferland@...>
To: <vantage@yahoogroups.com>
Sent: Thursday, April 01, 2004 10:46 AM
Subject: [Vantage] Data Type Conversion


> In the progress programming language is there a datatype conversion
> function, if so what is the syntax, I want to change a Date to a Text
> string. Thanks
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links
>
>
>
>
>
In the progress programming language is there a datatype conversion
function, if so what is the syntax, I want to change a Date to a Text
string. Thanks
Brent,

string(date)

Aaron Hoyt

Hittite Microwave Corporation



-----Original Message-----
From: brentferland [mailto:brentferland@...]
Sent: Thursday, April 01, 2004 1:47 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Data Type Conversion



In the progress programming language is there a datatype conversion
function, if so what is the syntax, I want to change a Date to a Text
string. Thanks



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links




_____

Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/vantage/


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.



[Non-text portions of this message have been removed]
You can use the function
string(source[,format])

Bart Sgroi

-----Original Message-----
From: brentferland [mailto:brentferland@...]
Sent: Thursday, April 01, 2004 1:47 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Data Type Conversion


In the progress programming language is there a datatype conversion
function, if so what is the syntax, I want to change a Date to a Text
string. Thanks



Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



_____

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/vantage/


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .




[Non-text portions of this message have been removed]
thanks