August 2001
Intermediate to advanced
976 pages
38h 8m
English
Insert
Insert(substring, string, position)Inserts substring into
string after
position. Example:
<CFSET MyString="This is how the cookie crumbles.">
<CFOUTPUT>#Insert("chocolate chip ", MyString, 16)#</CFOUTPUT>Read now
Unlock full access