Quote from
lesanch on May 23, 2021, 11:42 pm
Hello all,
I am using VisualNeo Win to send commands to other windows, the output is writen to a local .lst file. After that I'm trying to read the .lst file and setting a variable with the content. I tested two commands to read the .lst file:
1- FileToVar "[PubDir]output.lst" "[output_lst]"
2- FileRead "[PubDir]output.lst" "All" "[output_lst]"
Now, the problem is that when I click and send the commands from a menu object or subroutine that contains the function, the variable doesn't display the value, but if rigth away I click a button that contains same comands (1 or 2) , it does.
Any clue please ?.
Regards,
Sam
Hello all,
I am using VisualNeo Win to send commands to other windows, the output is writen to a local .lst file. After that I'm trying to read the .lst file and setting a variable with the content. I tested two commands to read the .lst file:
1- FileToVar "[PubDir]output.lst" "[output_lst]"
2- FileRead "[PubDir]output.lst" "All" "[output_lst]"
Now, the problem is that when I click and send the commands from a menu object or subroutine that contains the function, the variable doesn't display the value, but if rigth away I click a button that contains same comands (1 or 2) , it does.
Any clue please ?.
Regards,
Sam