Jump to content

Recommended Posts

Posted

I'm sure it's a no-brainer for most of you.

I have this line. and instead of getting firstname.sirname I need firstinitial.sirname.

 

objUser.put "physicalDeliveryOfficeName", objUser.Get("givenName") & "." & objUser.Get("sn") 

ie - extract the first letter from "givenName"

 

 

Thanks

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...