Thread
:
Calling external classes and/or subs/funcs
View Single Post
#
2
(
permalink
)
December 16th, 2004, 07:50 AM
s_m_b
Registered User
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
type mismatch means you're trying to pass a string as an int (for example) or its sending a 'nil' result that the sub can't handle .
Check the values, either when passed to the sub, or before they are passed.
s_m_b
View Public Profile
Find all posts by s_m_b