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.