Hi eveyone...
i had a quick question am. i've created a script using autoit, in the which I would like to return an integer (actually 1 or 0) to teststand.
am not really sure how this works in autoit, this is my second day using it...i've been looking in the forums and in the help file, but am not 100% sure still.
usually in C I would do somehting like
Function(int *value)
{
value = 50/2;
}
Thanks
i had a quick question am. i've created a script using autoit, in the which I would like to return an integer (actually 1 or 0) to teststand.
am not really sure how this works in autoit, this is my second day using it...i've been looking in the forums and in the help file, but am not 100% sure still.
usually in C I would do somehting like
Function(int *value)
{
value = 50/2;
}
Thanks