Hello,
I think I am missing something:
I have this two lines:
AA="SetupType=HFSSDriven"
BB=split(AA,"=")
when I check BB, I get
BB(0)="SetupType"
BB(1)=""
BB(2)="HFSSDriven"
BB(3)=""
I would have expected to see
BB(0)="SetupType"
BB(2)="HFSSDriven"
There are no spaces in AA.
Why do I have the "" array components?
Thanks
Katto01
Bookmarks