Host Engineering Forum
General Category => Do-more CPUs and Do-more Designer Software => Topic started by: Scooter on October 29, 2024, 09:22:30 AM
-
Would it be possible to add a format choice for the FmtBit string function that generates PASS or FAIL depending on the status of the bit?
Thanks!
-
Would it be possible to add a format choice for the FmtBit string function that generates PASS or FAIL depending on the status of the bit?
Thanks!
Use Lookup(c0, "FAIL", "PASS")
-
Would it be possible to add a format choice for the FmtBit string function that generates PASS or FAIL depending on the status of the bit?
Thanks!
Use Lookup(c0, "FAIL", "PASS")
Thanks Bob.
It was one of those situations where I could have looked it up myself if I only knew what to Lookup... ;)