Answered
substring function
I do not find a substring function in ColdFusion 6.1.
I want to have some function like:
substring(string [, start ] [, length])
I do not find a substring function in ColdFusion 6.1.
I want to have some function like:
substring(string [, start ] [, length])
Take a look at the functions by category. Under string functions you will find MID. That is ColdFusion's version of substring.
http://www.adobe.com/livedocs/coldfusion/6.1/htmldocs/functi17.htm
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.