Search found 2 matches
- 29 Apr 2024, 09:54
- Forum: Ask for Help (v2)
- Topic: A_ScreenWidth & Variable not set confusion
- Replies: 2
- Views: 211
Re: A_ScreenWidth & Variable not set confusion
Yep I goofed. I needed to understand reading the error's more carefully...
- 29 Apr 2024, 09:18
- Forum: Ask for Help (v2)
- Topic: A_ScreenWidth & Variable not set confusion
- Replies: 2
- Views: 211
A_ScreenWidth & Variable not set confusion
I get the following Warning: Warning: This variable appears to never be assigned a value. Specifically: local MoveWindow 031: } 033: { ▶ 034: MoveWindow(0, 0, (A_ScreenWidth * 0.5), A_ScreenHeight) 035: } 037: { For more details, read the documentation for #Warn. on the following code. Note: I have ...