16-06-2006, 11:34 PM
grimsk8ter11 Wrote:String( -> String$(
Chr( -> Chr$(
Trim( -> Trim$(
LTrim( -> LTrim$(
RTrim( -> RTrim$(
Hex( -> Hex$(
Space( -> Space$(
CurDir( -> ChrDir$(
Dir( -> Dir$(
Left( -> Left$(
Right( -> Right$(
Mid( -> Mid$(
If I missed any, let me know.
Sorry if this is considered to be necroposting, but the bolded comment urged me to post. >.>
I believe the LCase and UCase functions also have $ counterparts:
LCase( -> LCase$(
UCase( -> UCase$(
When I'm typing them up in VB6, I type LCase( and it says "LCase(String)." When I add the $ it changes to "LCase$(String As String) As String." Same thing for UCase. I just thought I should point that out. >.> Sorry if I should've PMed this instead.