Gregory Diebold
49 discussion posts
I have written a custom script to automate entering address info. on forms. On the attachment you can see my test results. Although it works fine, I have a few questions:
A - When I tried this commented line, the compiler said it could not convert string[] to int[]. Why?
B - On my first attempt I incremented the wrong variable and wound up in an infinite loop, stuffing the keyboard buffer with text.
In that case, what's the best way to exit an out-of-control script. <Ctrl-C>? I just shut down DF from my sys tray.
• Attachment [protected]: gld addy.png [79,776 bytes]
Jan 7, 2024 (modified Jan 7, 2024)
•
#1
Hello,
A. BFS.Input.GetUserList returns a string, so it will only take a string for the input
B. A tray icon for the script will appear, you can exit it there without needing to close DisplayFusion entirely
Thanks!