New build of AfterGRASP is up for download:

http://www.aftergrasp.com/download/agsetup_20090715.exe

----------------------------------------------------------------------------
Wed, 15 July 2009

SET TEXTFROMSTRIP now strips ascii characters under 8 as well (used
as special markers in some text projects).


SCRIPTCOMPILE has the completely new STREVAL code for testing, it will
handle any expression that AGCOMP can handle:

  drawclear white
  set texthtml on
  text "<html>"
  textln SCRIPTCOMPILE("2*128")  ; displays 256
  a=var
  var[z]=3
  textln SCRIPTCOMPILE("@(@a)[z]*128") ;displays 384
  wait
  exitnow

It does not behave exactly the same as STREVAL, I'm testing for
compatability issues before replacing STREVAL.


----------------------------------------------------------------------------

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"aftergrasp" group.
To post to this group, send email to aftergrasp@googlegroups.com
To unsubscribe from this group, send email to 
aftergrasp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/aftergrasp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to