Search found 3 matches
- 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.
- 06 Aug 2009 15:05
- Forum: Scripts
- Topic: Prob with ReplaceAll
- Replies: 2
- Views: 8717
- 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...