S
Squik27
Hi,
Just a quick question. If all i want to know is whether or not two strings
read the same, what's the difference between 'if strcomp(st1, st2) <> 0
then...' and 'if st1 <> st2 then... '? Which is faster, more efficient?
Thank you
Just a quick question. If all i want to know is whether or not two strings
read the same, what's the difference between 'if strcomp(st1, st2) <> 0
then...' and 'if st1 <> st2 then... '? Which is faster, more efficient?
Thank you