Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Chris16
  • Content: Threads
  • Order by date
  1. Chris16

    Map Drive to UNC Pathname

    Hi I need to convert a mapped drive path (eg K:\Projects\ABC) to a UNC path name (like \\Fe_Techuser\User\Projects\ABC) in a pc based fortran program. I am currently using Compaq visual fortran 6.6. If its easier to get the mapped drive from a UNC Path that would be fine. Thanks. Chris16
  2. Chris16

    Convert

    Hi, can someone help me. I'm converting julian to gregorian dates. Using the basic syntax (VB) having trouble. My code reads as follows: Function ConJul(JulianDate As Long) ConJul = DateSerial(1900 + Int(JulianDate / 1000), 1, JulianDate Mod 1000) End Function Not working. Also...

Part and Inventory Search

Back
Top