carlosapv
Dec 1st, 1999, 03:58 AM
need convert format date to string
ejm:
the user selected word november
and need once variable what contains 11
the code is=
for i=1 to 12
a=format(dateserial(year(date),i,1),"mmmm")
combo1.additem a
next i
'this charge the combo
and select combo1
combo1.text equal "November"
and need your value
thank
------------------
capv
ejm:
the user selected word november
and need once variable what contains 11
the code is=
for i=1 to 12
a=format(dateserial(year(date),i,1),"mmmm")
combo1.additem a
next i
'this charge the combo
and select combo1
combo1.text equal "November"
and need your value
thank
------------------
capv