» Home » VB Fibre
Site
News
Files

Visual Basic
Strings
Math
General
Properties
Memory
Methods

Search
Testing

Inline ASM-VB
Strings
Math
General
Memory

Search
Using inline ASM
Submit!

$ Saves you…time (21-02-2004)
So much effect for so little change of code.

StrComp vs 'String1=String2' (21-02-2004)
StrComp() is 100+% faster than using Ucase, for capital unsensitive strings.

Fixed vs Variable length concatenation (21-02-2004)
New speed record! Atleast 53215.9% performance gain here !!

vbNewLine vs vbCrLf (21-02-2004)
A bit erratic, but some decent performance gain here.

Right$ vs Mid$ (21-02-2004)
Right$ seems to be faster, although the last returned value might be reason to argue.