You can either use String or Format statements to perform the required conversion. In most cases you don't have to do anything at all because the data type casting and conversion is done automatically. : I want to create an FTP routine (script library)for : our agency. It needs to have a string return, but the : FTP commands have different return types. How do I : make a DateTime, a boolean, and a number each into a : string to return to my main script from the library : call?
|