Copy text between fields preserving formatting

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4172
Joined: Sun Jan 07, 2007 9:12 pm

Re: Copy text between fields preserving formatting

Post by bn » Fri Jun 10, 2016 8:22 pm

Hi starfirescully,

this is one way to do it.

Code: Select all

 set the htmlText of field 1 to the htmlText of field 1 & return & the htmlText of field 2
Kind regards
Bernd

Post Reply