on 1/15/02 11:14 AM, bmmeili at [EMAIL PROTECTED] wrote: > hi > I've still got a problem with the selectedchunk-function. > > The following test-script works properly and I get the wished > chunk-description. > > on mouseup > select word random(50) of field 1 > put the selectedchunk > end mouseup > > But, if I select a word in field 1 myself and then press the button with the > script���� > > on mouseup > put the selectedchunk > end mouseup > > ����� then I only get an empty message-box. In Rev. 1.0 the whole thing > works fine. > > I already tried to get an answer to this problem from the use-rev-lists, but > nobody answered. > > Isn't there really anybody out there who can help me? ---------- Try:
put the selection Best regards, Ken N. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
