mattyj Posted February 23, 2009 Posted February 23, 2009 Hey, I'm not sure if this is in the right section but i have a question about a script. I am looking to grab the first 4 digits of a 10 digit number Eg, work order - 7898754328 the (7898) is the location number and i want a script that will grab the 4 numbers from the big 10 digit work order number. Can anyone help me out? Thanks a bunch MattyJ
RalphL Posted February 23, 2009 Posted February 23, 2009 You can use the Left function to get the first 4 digits or you could use the Div function to give you the 4 digits.
Recommended Posts
This topic is 5753 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