have a multi line edit box, if user key in 3 line, I want to save into 3 different records into a table.
Anyway to substring the text from multi line edit
if IsNull (as_seperator) AND IsNull (as_string) then
asa_output_string_array[ll_array_size] = ''
return
elseif IsNull (as_seperator) then
asa_output_string_array[ll_array_size] = as_string
return
end if
ll_sep_len = len (as_seperator)
if ll_sep_len > 0 then
for ll_counter = 1 to len (as_string)
ls_temp = mid (as_string, ll_counter, ll_sep_len)
if ls_temp = as_seperator then
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.