Quantcast
Viewing all articles
Browse latest Browse all 21760

Re: String Functions to extract first name initial and first 5 letters of last name

As long as first and last name are being submitted separately, it's simple.

 

concat = left(firstname,1) & left(lastname,5)

 

Pseudo-code, of course.

 

^_^


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>