Hi,
I have this code:
I would replace new line char in listDataItems with comma char.
Why my code not work?
I've tried with vbCrLf, vbNewLine, but nothing.
Help?
Thanks.
I have this code:
Code:
listDataItems = SwfWindow("myApp").SwfList("listBoxExt1").GetContent()
listDataItemsReplace = replace(listDataItems22, vbCrLf, ",")
dataItemArray = Split(listDataItemsReplace , ",")
I would replace new line char in listDataItems with comma char.
Why my code not work?
I've tried with vbCrLf, vbNewLine, but nothing.
Help?
Thanks.