Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Parse's current index

From: arolls:idatam:au at: 17-Jan-2002 21:12

After you have inserted your character, you should write this: :insert-point skip This takes you back to your insert-point, which, as you pointed out, is at a great position, and then skips over the new character you just inserted. Or I suppose you could do this instead: skip -2 Should work either way. Anton.