rivet Posted September 7, 2006 Posted September 7, 2006 I am creating a email script that will ask the user if they would like a file attached. I want to avoid the Send Mail dialogue box, so how can I have the user choose the file they want attached, and store that path as a variable ($path).
rivet Posted September 7, 2006 Author Posted September 7, 2006 found my answer, thanks to Alex Z View Post // FileParth ( Container ) Let ( [ text = RightValues ( "/" & Container ; 1 ) ; start = Position ( text ; "/" ; 1 ; 1 ) + 1; numberOfCharacters = Length ( text ) - start ] ; Middle ( text ; start ; numberOfCharacters ) )
Recommended Posts
This topic is 6654 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now