Search found 5 matches

by nedmunds
Wed Dec 21, 2005 3:53 pm
Forum: General
Topic: Reading the entire file contents into a string in a macro
Replies: 7
Views: 18701

Awesome!

Thanks!
by nedmunds
Thu Dec 01, 2005 11:51 pm
Forum: General
Topic: Zeus and ActiveState Python
Replies: 4
Views: 13369

Jussi,

Thanks for researching this. Next week I will test the Python from Python.org to see I can set it up to perform everything I need. (Active State includes some libraries in their distribution that are not in the official distribution...I do not know if any of my scripts use these). This will ...
by nedmunds
Wed Nov 30, 2005 7:38 pm
Forum: General
Topic: Reading the entire file contents into a string in a macro
Replies: 7
Views: 18701

Jussi

Quote
I am not sure if this is a bug or a suggestion Confused

Do you think Zeus should include these libraries by default Question

Aren't you able to import these libraries from within the Zeus macro or does this not work Question


I am not able to import these libraries from within ...
by nedmunds
Tue Nov 29, 2005 11:33 am
Forum: General
Topic: Reading the entire file contents into a string in a macro
Replies: 7
Views: 18701

Jussi,

Thanks for the quick response. That works for me!

As requested, here are my nice to haves. Some have already been posted.

(already posted)
1. Triple quoted strings in Python. I use these a lot.
2. Visible bookmarks. Helps me to keep track of where they are.

(no posts that I can find)
1 ...
by nedmunds
Mon Nov 28, 2005 10:02 pm
Forum: General
Topic: Reading the entire file contents into a string in a macro
Replies: 7
Views: 18701

Reading the entire file contents into a string in a macro

My apologies if this has already been covered, but I could not find any reference in the forum.

Within a macro, how do I read in the contents of the current file into a string? I seem to easily be able to get a single line, but not the entire file.

Thanks in advance,

Neil

PS. I am in day 5 of ...