Ask a Question related to Macromedia Director Lingo, Design and Development.
-
ieraks webforumsuser@macromedia.com #1
( I need help) How can i write in a second line in a sting?
i Have this script :
-- writestring(obj, "Your points for Activity 1 is: ")
-- writestring(obj,member("vva1").text)
I am trying to save these two strings in a .txt file and i want to write the second string in line 2
in my (txt) file and i cant
can you help me please ?
ps : This two strinng are working but they are working like this :
Your points for Activity 1 is: 50 *****for example ****
And i want to looks like this :
Your points for Activity 1 is:
50 **** in my .txt file ******
ieraks webforumsuser@macromedia.com Guest
-
How to pass array of sting to non-CF web service?
My co-worker develops a Java web service which takes an array of user IDs and return the email addresses for those IDs. However, I just can't... -
Write and read to serial Line (ttyS0)
Hello, which modul must I use to read and write to /dev/ttyS0 to configure a device, such a cisco-router? How looks a example in perl to set the... -
vsftpd , need help with custom ports. FTP FTP where is thy sting?
I have local net at home behind a firewall.+ DSL. Linksys BES41 something. have 2 servers ,both with working httpd web sets. port 80 and port 81... -
Question: Response.write (squiggly line)
I can use response.write in any one of my webforms. But when I try to use it in a Module's public sub there is a squiggly blue line under response.... -
Write line at beginning of file?
Eric Pement <pemente@northpark.edu> wrote: What version of perl are you referring to? -
JB #2
Re: ( I need help) How can i write in a second line in a sting?
-- you can insert a return character before the second line as below.
-- writestring(obj, "Your points for Activity 1 is: ")
-- writestring(obj, return & member("vva1").text)
For Window files, you may need a linefeed character
numToChar(10) provides one
JB Guest
-
ieraks webforumsuser@macromedia.com #3
Re: ( I need help) How can i write in a second line in a sting?
I tried this one :
writestring(obj, "Your points for Activity 1 is: ")
writestring(obj,return&member("vva1").text)
and the result is :
Your points for Activity 1 is: |50
Something lokk like that not working properly.
and i don't know what.
In a word document it is working OK
ieraks webforumsuser@macromedia.com Guest
-
Mark A. Boyd #4
Re: ( I need help) How can i write in a second line in a sting?
On 09 Nov 2003, "ieraks" [email]webforumsuser@macromedia.com[/email] wrote:
You didn't mention which platform you're using, so I'm going to assume> I tried this one :
>
> writestring(obj, "Your points for Activity 1 is: ")
> writestring(obj,return&member("vva1").text)
> and the result is :
> Your points for Activity 1 is: |50
you're having trouble reading this text file on Windows in programs like
Notepad. Many Windows programs require both Carriage Return and a Line Feed
characters to signify a new line. This search will bring up lots of
solutions for you.
[url]http://tinyurl.com/aybm[/url]
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
ieraks webforumsuser@macromedia.com #5
Re: ( I need help) How can i write in a second line in a sting?
Yes u are wright.
Notepad is the program that makes me trouble
how can i use line feed
help me please i am desperate
ieraks webforumsuser@macromedia.com Guest
-
Mark A. Boyd #6
Re: ( I need help) How can i write in a second line in a sting?
On 09 Nov 2003, "ieraks" [email]webforumsuser@macromedia.com[/email] wrote:
I did the Google archives search for you. As I suggested last time, try> Yes u are wright.
> Notepad is the program that makes me trouble
>
> how can i use line feed
this link.
[url]http://tinyurl.com/aybm[/url]
Or go to [url]http://groups.google.com/advanced_group_search?[/url]
as_ugroup=macromedia.director.* and create a search of your own. The
solution has been posted many, many times already.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest



Reply With Quote

