View Full Version : how to call/run/activate a function


smiler44
09-03-2011, 08:36 AM
How do I call/run/activate the following funtion? I'm using vb 5

the function name is
function getstringfromscreen (tnsscreen as object, ypos as integer, xpos as integer, length as intger) as string


whats the line of code to get the fundtion to work

thank you
smiler44

pbaldy
09-03-2011, 10:00 AM
Does this help?

http://www.baldyweb.com/Function.htm

smiler44
09-03-2011, 12:19 PM
Thanks, did not seem to help but with lots of messing about I now seem to be able to step through the code and get into the function, only for the function code to fail.

smiler44

pbaldy
09-03-2011, 12:40 PM
Well, I guess if you wanted help with that you would have posted it. Glad you got it to run though.