Re: String.Substring() Does not exist error

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Interwander,

> if len(creationdatestr) > 2 then
> creationdatestr.substring(0,2)
> else
> messagebox.show("string not long enough")
> end if
>
> this is vb syntax... I'm sure you can change it to c# ;-)
>
You can but is is a little bit without sense

Cor


.