September 7, 200619 yr 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).
September 7, 200619 yr Author 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 ) )
Create an account or sign in to comment