StringBuilder error

stratus

Active Member
Licensed User
Longtime User
I try this piece of code
Dim sb as StringBuilder
but when i compile this error appears
"unknown type :stringbuilder
Are you missing a library reference;"
 
Top