Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Use selection to auto insert text from list item


This topic is 4354 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm planning on using a number of drop lists, which when individual items are selected, a script would run (on Object modify) that would insert(append) specific text into a text window.

 

Just after some help on scripting this one.

 

TIA

 

 

Posted

Hello,

 

Could _i_ grap your attention for a few minutes please ?

 

Do you know how to simply, "remove the last carriage return and

all text right of it ?

 

thank you for your time.

 

disable vet

rob

Posted

In a script step:

 

Set Field[bigTextField; Let(

[countCR = PatternCount ( BigTextField ; "¶" );

lastCRpos = Position ( BigTextField; "¶"  ; 1 ; countCR )];

Left(BigTextField;  lastCRpos - 1)

)

]

This topic is 4354 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.