Hello,
I'm comming from the french site "Autoitsript.fr" with the following question or problem.
I try to use StringStripWS to clean spaces and control characters in a string. Here is my code.
#include <String.au3>
#include <StringConstants.au3>
#include <Array.au3>
;---- Part 1
Lo...