I'm looking at a snippet of code that a former coder wrote, and I don't know what it does. The code is in a boundfield and it reads:
{0:Yes;Yes;No}
Can you explain what this is doing? I'd like it to replace a value of 1 with yes and a value of 0 with no. Is that what this does?
Go to the complete details ...