August 26, 2021 at 3:22 am
Subscriber
seems like calling ListMatchingVariations results in standard string() function overloaded by something else.
In VBS, there is a way of defining repeating symbols in a string by s_var=string( int(count), "s"). But after calling ListMatchingVariations, this line throws an error of wrong type. It was never throwing an error before for me, until I implemented data cleaning by the list.
In VBS, there is a way of defining repeating symbols in a string by s_var=string( int(count), "s"). But after calling ListMatchingVariations, this line throws an error of wrong type. It was never throwing an error before for me, until I implemented data cleaning by the list.