Curiously then, you can have a string with 1 item, then put tWord into item 3 of tString, and it will happily create an empty item 2 so that there is an item 3 to put something into. ex.
put "test" into tString;put "test3" into item 3 of tString;put tString produces: test,,test3 put "test" into tString;put "test3" into word 3 of tString;put tString produces: testtest3 Doesn't that seem like an anomaly to anyone? Bob S . > On Sep 11, 2017, at 15:05 , Bob Sneidar via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Actually that was a typo. Put tWord after word 2 of me is what I meant. > > Bob S > > >> On Sep 11, 2017, at 14:11 , Bob Sneidar via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> put tWord after word 2 of me into me > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode