Hello everyone,
I have a parameter named LocNo. It is used as a parameter in a model or two. Currently I have the user manually enter the LocNo value when the model starts. LocNo also happens to be the first 12 characters in the name of the mxd file.

Is there a way that I can grab the first 12 characters and use them as the value passed into the parameter?
For example here is a part of the model that shows how the LocNo is used:

If I can grab those first 12 characters from the filename and insert that into the parameter in the model I'm sure it would save on having some human error introduced.
Thanks for the help,
Chris