Search found 3 matches

by PAEz
16 Aug 2009 07:23
Forum: Scripts
Topic: How do I access the Canvas in Javascript?
Replies: 1
Views: 7616

How do I access the Canvas in Javascript?

I can do it in pascal but I really wanted to do it in javascript, any small example would be really appreciated.
by PAEz
06 Aug 2009 15:05
Forum: Scripts
Topic: Prob with ReplaceAll
Replies: 2
Views: 8717

Thanks for taking the time to do that fred.
Ill get that version now and give it a shot, that output was what I was hopeing for.

EDIT
Thanks again fred, its all working sweet now.
by PAEz
06 Aug 2009 13:58
Forum: Scripts
Topic: Prob with ReplaceAll
Replies: 2
Views: 8717

Prob with ReplaceAll

Im trying to do a few ReplaceAlls as you cant put them in a macro and its going all funny on the last one...even goes funny if i do a search and replace from the menu.. begin Document.ReplaceAll('",','",'+#13#10,False,False,False); Document.ReplaceAll(':{',':{'+#13#10,False,False,False); D...