Page 1 of 1
StringField(String$, Index, Seperator$ [, StartPosition])
Posted: Mon Jan 07, 2013 10:21 pm
by nco2k
thanks for allowing multicharacter comparison in StringField(). another great improvement would be the introduction of an additional StartPosition parameter.
c ya,
nco2k
Re: StringField(String$, Index, Seperator$ [, StartPosition]
Posted: Mon Jan 07, 2013 10:51 pm
by STARGĂ…TE
i think
StringField(String$, Index, Seperator$ [, StartPosition])
is the same like
StringField(Mid(String$, StartPosition), Index, Seperator$)
Re: StringField(String$, Index, Seperator$ [, StartPosition]
Posted: Mon Jan 07, 2013 11:16 pm
by nco2k
yep, thats actually what im doing right now.

it is however slightly slower because of the additional function call and bound checks.
c ya,
nco2k