Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Copy/Paste code from forum leads to unexpected result

$
0
0

Hi ppl, im having this weird problem, do you also have it?

the thing is: whenever i copy-paste code that is not in a popup, it becomes a big line, example:

If $x < 10 Then FileMove($Directory & "\" & $files[$x], $Directory & "\" & $filename & "r0" & $x) Else FileMove($Directory & "\" & $files[$x], $Directory & "\" & $filename & "r" & $x) EndIf Next

It's like the Line carriages are deleted.. and it becomes:

If $x < 10 Then FileMove($Directory & "\" & $files[$x], $Directory & "\" & $filename & "r0" & $x) Else FileMove($Directory & "\" & $files[$x], $Directory & "\" & $filename & "r" & $x) EndIf Next

This was since the last forum update.


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>