//BP Deviation documented
display Addressing CompanyAddress()
{
str singleLineAddr;
;
for (j=0; j<10 j="j" p="p"> {
if (j == 0 && strLine(CompanyInfo::find().Address, j))
{
singleLineAddr += strLine(CompanyInfo::find().Address, j);
}
else if (strLine(CompanyInfo::find().Address, j))
{
singleLineAddr += ', ' + strLine(CompanyInfo::find().Address, j);
}
else
{
break;
}
}
return singleLineAddr;
}10>
No comments:
Post a Comment