[thelist] MySQL vs. VBScript - why type mismatch?

Anthony Baratta anthony at baratta.com
Mon Jun 19 15:24:18 CDT 2006


>         intLastAgent = 1 * intLastAgent

I've found that "casting" helps.

intLastAgent = 1 * parseInt(intLastAgent)

or

intLastAgent = 1 * cInt(intLastAgent)





More information about the thelist mailing list