Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 92406

Re: How do I add text to an output of a formula?

$
0
0

You might want to explain what you want the script to do. The following will add the value of the field "Name 1" to the word "Hello", with a space  between:

 

// Custom calculation script for a text field
event.value = "Hello " + getField("Name 1").valueAsString;


Viewing all articles
Browse latest Browse all 92406

Trending Articles