inconsistency with answer and htmlText?
Posted: Mon Nov 05, 2012 12:17 am
Make a button and a field.
In the field, put a few words, and set the textStyle of one of the words to "bold".
Put this in the button:
Where did the tags go? They are in msg, and in "it", but not in the answer dialog.
Craig Newman
In the field, put a few words, and set the textStyle of one of the words to "bold".
Put this in the button:
Code: Select all
on mouseUp
get the htmlText of fld 1
put it
answer it
end mouseUp
Craig Newman