I’m trying to switch between a round battery progress bar for round watches, and a flat bar one for square watches, using this conditional and it’s variants in the opacity field:
$#ZISROUND#==TRUE?100:0$
It outputs 0 whether or not it’s true or false, both in the creator and on my watch. The tag itself is outputting correctly, and i have also tried reversing it (changing “true” to “false” and switching the then/else) to no effect. I’ve had issues with conditionals before, but i supposed it was due to having multiple in the same line; I’d hoped something as simple as this would work.
I think your problem is the fact you have “true” as all caps. I use the #ZISROUND# tag all the time and it works perfectly for me, but I use the expression as $#ZISROUND#==true?100:0$ or $#ZISROUND#==false?100:0$
You know when you are becoming an expert. You are Debugging the Manual. Sadly Facer do not update the Documents. I would be good if @Facer_Official scanned these Conversations.
In the early 1980’s I worked as a mechanic in a Chevrolet, Toyota dealership. General Motors service manuals are pretty good. BUT Toyota service manuals are horrible. The service manual corrections book was larger than the actual service manual.
Years ago I was trying to do some Assembly Language for the Chip on the Psion Organiser to access the parallel port . Motorola I think. Point is I found two errors in the Manual bebore I got anythigng to work. That was my olny forray into Assembler. Back to Basic for me. OH and then ther is Facer. I still dnot know what the Code is called that we use on here.