Getting Started
Fuel your AI at the ultimate IBM learning event
IBM TechXchange Conference October 21-24, 2024 Mandalay Bay - Las Vegas
How to display s only if an attribute displays x value
I know your post was quite a while ago but consider using buffer to store "s" and the contains function. Something like:
Buffer bf = create()
int iContains = 0
bf = s
iContains = contains(bf, x,0)
if(iContains >=0)
{
}
delete bf