ddinisco Posted April 26, 2011 Posted April 26, 2011 I am try to simply get the path of a file that is stored in a container field as a reference only. However I would only like to receive the path, not the filename and filemac. The example below is acquired as GetAsText. I would like to see everything after filemac in the example below. Seems like there should be a Get(ContainerPath) option? file:stories_02.mp4 filemac:/ZoeSnow/Users/david/Documents/susan_reeltoreel/stories_02.mp4
Raybaudi Posted April 26, 2011 Posted April 26, 2011 Let( v = GetValue ( Container ; ValueCount ( Container ) ) ; Middle ( v ; 9 ; Length ( v ) ) )
ddinisco Posted April 27, 2011 Author Posted April 27, 2011 Thanks this works great. I do not understand what it is doing however. Could you please explain? thanks David
Raybaudi Posted April 27, 2011 Posted April 27, 2011 It gets the last row and deletes the first 8 chars.
Recommended Posts
This topic is 5016 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