I need to get the length of a text box value and attach it to an object in VBScript...
dim intvalue = Len(form.purchaseprice1.value)
does not work I was wondering if someone can help me with this... I keep getting an Expected End of Statements...If someone can offer some advice I would appreciate it.
dim intvalue = Len(form.purchaseprice1.value)
does not work I was wondering if someone can help me with this... I keep getting an Expected End of Statements...If someone can offer some advice I would appreciate it.