» 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!

ASMLCase vs. VB LCase$() (22-02-2004)
This short ASM code will quickly process strings and makes the characters lowercase

ASM StrLen vs Len() (20-03-2004)
This piece of inline ASM code will return the length of the string. It returns the exact same length on strings like the native Len() function. It seems that there is no real speed improvement overhere.