Home
last modified time | relevance | path

Searched refs:sepPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java60 int sepPos = templocationURL.indexOf( "\\" ); in OfficeAttachment() local
61 String firstPart = templocationURL.substring( 0, sepPos ); in OfficeAttachment()
62 String lastPart = templocationURL.substring( sepPos + 1, templocationURL.length() ); in OfficeAttachment()

Completed in 11 milliseconds