if txtProductPrice.Caption is £25 how can i force it into a intege

H

h3llz

if txtProductPrice.Caption is £25 how can i force it into a integer? in php
its (int)var
 
T

Tom van Stiphout

On Thu, 4 Dec 2008 15:09:02 -0800, h3llz

CInt(txtProductPrice.Caption)

-Tom.
Microsoft Access MVP
 
Top