Answered
Extract from String
I have strings that are file names...like
index.cfm......test.pdf....messagepost.cfm
I need to extract only what is to the left of the dot.
Like for index.cfm...I need to extract index
for test.pdf..I need to extract test
for messagepost.cfm .. I need to extract messagepost
I've tried variations of right ,left, mid..to no avail..
Any help.
I need to extract only what is to the left of the dot.
Like for index.cfm...I need to extract index
for test.pdf..I need to extract test
for messagepost.cfm .. I need to extract messagepost
I've tried variations of right ,left, mid..to no avail..
Any help.