Conditional formatting of numbers only in event value script (PDF forms)
Running this script in a custom calculation in a text field:
event.value = "Words" + this.getField("Number").valueAsString;
Would like the value for Number to come out as bold but not the "Words" portion.
If it helps the "Number" is always a numeric value so don't need to get it as a string.
Was wondering if that could be used to have it show as bold, that is, can the value type be used in a cusotm format script to make only numbers bold?
Thanks all for your help.
(P.S. thought asked this question last night, different wording, but is was 3am so maybe not)
