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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is LEN???

Status
Not open for further replies.

futbwal15

IS-IT--Management
Jan 12, 2007
38
US
url = Right(path, Len(path) - Len(rootPath))

can anyone tell me what the purpose of this line is, i cant figure it out. i need to cut down a file path name.
 
Len returns the length of a string.

Ex. Len("Cat") = 3



-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
better yet or works really good for basics on learning and or debugging code on a platform/language

____________ signature below ______________
The worst mistake you'll ever make is to do something simply the way you know how while ignoring the way it should be done
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top