Hello all,
How to handle a BP Warning of Label which actually it is define like this :
#define.Account(" Account")
I'm using that in my code to build a string text like this :
MyTempTable.Description = dictEnum.value2Label(custTableLocal.CustGroup) + #Account;
The BP warning is the normal like this :
Severity Code Description Project File Line Suppression State
Warning BP Rule: [BPErrorLabelIsText]:BPErrorLabelIsText: ' Account' is not a label ID. FixingBPLabel (CUS) [proj] K:\AosService\PackagesLocalDirectory\bin\XppSource\Proj\AxClass_PRJ_Clas123.xpp 170
Understand what it implying that I need to have label, but is there a workaround by not add another label for this kind of situation.
Thanks,