01-09-2014, 10:52 AM
New problem,
I can't join some strings with the array that you gave.
I tried this
str namestart = "<img style=[[border-top-color:; border-bottom-color:; border-right-color:; border-left-color:[[ border=[[0[[ src="
str nameend = "[[>"
for i 0 a.len
out str namefull.from(namestart a[i] nameend)
I get this error - "missing ( after function name, or ; after statement."
note: I will replace the [[ later with " - it just wouldn't work otherwise with the " getting mixed up.
I can't join some strings with the array that you gave.
I tried this
str namestart = "<img style=[[border-top-color:; border-bottom-color:; border-right-color:; border-left-color:[[ border=[[0[[ src="
str nameend = "[[>"
for i 0 a.len
out str namefull.from(namestart a[i] nameend)
I get this error - "missing ( after function name, or ; after statement."
note: I will replace the [[ later with " - it just wouldn't work otherwise with the " getting mixed up.
