>Ciao a tutti, avrei bisogno di confrontare due stringhe in vb6
>ad esempio se:
>
>22:14:00 > 22:00:00
mi verrebbe da dire così...
if cint(replace(stringa1,":","")) > cint(replace(stringa2,":","")) then
end if
oppure
if CDate(Stringa1) > CDate(Stringa2)
end if
>
però non ricordo se in VB6 esiste la funzione CDate e se è definito l'operatore > direttamente sui tipi Date
>Come si fa???????
>
>
>Grazieeeeee
Luigi Di Biasi
http://www.dibiasi.it/
http://netsell.dibiasi.it - ecomm software -
http://blogs.dotnethell.it/luigidibiasi/