# Truncated text (last word) in dynamic textfield

**URL:** https://forum.kirupa.com/t/truncated-text-last-word-in-dynamic-textfield/161226
**Category:** flash
**Created:** [September 1, 2005, 10:46pm UTC](https://forum.kirupa.com/t/truncated-text-last-word-in-dynamic-textfield/161226 "2005-09-01T22:46:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tikwew](https://avatars.discourse-cdn.com/v4/letter/t/a5b964/32.png) [@tikwew](https://forum.kirupa.com/u/tikwew)
#### Post date: [September 1, 2005, 10:46pm UTC](https://forum.kirupa.com/t/truncated-text-last-word-in-dynamic-textfield/161226/1 "2005-09-01T22:46:15Z")

</div>

Hi,

In the “vignette” dynamic textfield, the last word is always deleted (“lastword” below), whatever the text’s length.

```auto

anT.panTexte.contentPath = "tx"+v[5];
anT.panTexte.content.vignette.wordWrap = true;
anT.panTexte.content.vignette.text = vi+"
(Updated : "+listAlbum[seePhoto*3]+"). **lastword**";
anT.panTexte.content.vignette._height=anT.panTexte.content.vignette.maxscroll*14;

```

Of course, as I have added “lastword” above, there’s no emergency for me to solve this. But I’m curious to know if I have missed something or if this is some kind of bug. Any ideas?
