Search found 3 matches

by dmozealous
2011-12-22T16:54:07-07:00
Forum: Users
Topic: How I can get the outpout in a variable (JavaScript or ASP)
Replies: 1
Views: 4709

Re: How I can get the outpout in a variable (JavaScript or A

Hey Gerard,

You ever figure this out? I am running into the same problem and it is seriously bumming me out. Spent about an hour hooking up my scripts to use the COM component, now I got to revert if I can't figure this out.
by dmozealous
2011-12-22T16:52:58-07:00
Forum: Developers
Topic: Compare using COM from VBS returns a null value?
Replies: 2
Views: 6474

Re: Compare using COM from VBS returns a null value?

text comparison results go to standard error. redirect you results to 2>&1. at least that is what I do in command line to put the results into a variable on my Mac/unix Thanks for the help.. That works great from a command line, but not from the COM component. Using your suggestion, this is what I ...
by dmozealous
2011-12-22T14:37:34-07:00
Forum: Developers
Topic: Compare using COM from VBS returns a null value?
Replies: 2
Views: 6474

Compare using COM from VBS returns a null value?

Hoping someone can help me out. This is essentially what I am doing. Using COM to do an image comparison between two images. The problem is myFuzz isn't returning anything when I use COM via VBS. Any idea why? When I do an img.Convert I get a string back, just not with img.Compare. Set img ...