Search found 3 matches

by MazingaZ
October 19th, 2011, 2:49 pm
Forum: Expression Discussion
Topic: including external text file in an expression
Replies: 6
Views: 19968

Re: including external text file in an expression

THIS IS EXACTLY WHAT I WANTED!!!!!!!!! THANK YOU SO MUCH DAN!!!!!!

Davide
Dan Ebberts wrote:If I understand what you're asking, you just need to separate the text lines in your file with backslash+r, like this:

"Text Line 1\rText Line 2\rText Line 3"


Dan
by MazingaZ
October 19th, 2011, 2:18 pm
Forum: Expression Discussion
Topic: including external text file in an expression
Replies: 6
Views: 19968

Re: including external text file in an expression

Hi Dan, thank you so much for your help!!! It worked!!!!! Just a question how can I do if I have a text on multiple raws? THANK YOU AGAIN!!!!!!!!! Davide Try it this way: $.evalFile("/c/Expressions/text.txt"); I tried it with a text.txt file containing this: "test" and it seems t...
by MazingaZ
October 18th, 2011, 10:29 pm
Forum: Expression Discussion
Topic: including external text file in an expression
Replies: 6
Views: 19968

Re: including external text file in an expression

Hi there, I'm new here. I hope there will be someone that will help me. I need to copy a text from an external .txt file and assign it to source text. I've tried everything was possible I've find here and also the following expressions I've found over the web but no chance to work in CS5.5. Please d...