You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - Is it possible to decrease a score by a pre-set amount e.g. -1 unit without using the -/+ option
I'm aware that the +/- buttons are available for the score widget but I need to be able to Decrease a score value using ExecLink or similar as part of a series of chain linked commands. (without need to click on the actual Score widget)
2- Can the format of a score accommodate a way to display the output in a different format - e.g. so 2 appears zero-padded as 02.
I can do it with a script but ideally looking for a cleaner way to do it as it appears as 2 first before flickering to 02 when the script runs.
dim ConvHResult as string = String.Format("{0:00}", decimalHVar )
The text was updated successfully, but these errors were encountered:
1 - Is it possible to decrease a score by a pre-set amount e.g. -1 unit without using the -/+ option
I'm aware that the +/- buttons are available for the score widget but I need to be able to Decrease a score value using ExecLink or similar as part of a series of chain linked commands. (without need to click on the actual Score widget)
2- Can the format of a score accommodate a way to display the output in a different format - e.g. so 2 appears zero-padded as 02.
I can do it with a script but ideally looking for a cleaner way to do it as it appears as 2 first before flickering to 02 when the script runs.
dim ConvHResult as string = String.Format("{0:00}", decimalHVar )
The text was updated successfully, but these errors were encountered: