jucream Posted May 28, 2008 Share Posted May 28, 2008 I have a calaculation setup to determine the path of the current file "Get ( FilePath )" which returns: file:/G:/xxxxxxx xxxxxxxxxx/REMINDERS 2.0/ReminderService.fp7 I need it to say: G:/xxxxxx xxxxxxxx/REMINDERS 2.0/ReminderService.fp7 Could someone please help me with a calc. to get ride of file:/ Thanks a Million!!!! Justin Link to comment Share on other sites More sharing options...
AHunter3 Posted May 28, 2008 Share Posted May 28, 2008 Middle (YourMess, 7, Length (YourMess) ) or if you prefer Middle (YourMess, Position (YourMess, "file:/", 1, 1)+Length("file:/"), Length (YourMess) ) or even Substitute (YourMess, "file:/", "") Link to comment Share on other sites More sharing options...
jucream Posted May 31, 2008 Author Share Posted May 31, 2008 Thanks a Mil!!!! Worked like a charm, well, just tried the 3rd option! smiley-wink Justin Link to comment Share on other sites More sharing options...
Recommended Posts