Acovuk
(Aco Vuk)
January 29, 2024, 2:48pm
1
Hello guys,
my problem is when I try to extract strings from Microsoft Word or Excel in Studio, I get an @ before my string and it throws me an error. Can you help me please?
vrdabberu
(Varunraj Dabberu)
January 29, 2024, 2:50pm
2
Hi @Acovuk
Please check the below thread:
your case is similar to following:
the linebreak is causing the prepended @, but @ is not part of the value. Just trim it with yourVarName.Trim
Regards
1 Like
vrdabberu
(Varunraj Dabberu)
January 29, 2024, 2:53pm
3
Hi @Acovuk
Please check below thread also:
this retruns false as ProductID: 359 from compare has a space on end. So is not equal:
harmonized it e.g. by:
out_fileID.Trim().Equals("ProductID: 359 ".Trim())
take care about copy paste issues which changes " to “
Regards
1 Like
system
(system)
Closed
February 1, 2024, 3:02pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.