Results 1 to 8 of 8
- 10-29-2010, 12:14 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
Read text file into array instead of being hard coded in the script.
Hi,
Can anyone help please.
I have a script which displays an array content to a marquee. I would like to use a text file ('data.txt') to load the data instead of having it hardcoded in the script.
The part of the script I would like to replace is;
var msgarray=new Array
(
'Message 1','Message 2','Message 3','Message 4'
);
Many thanks.
- 10-29-2010, 04:33 PM #2
Member
- Join Date
- Oct 2010
- Posts
- 94
- Rep Power
- 0
Hi biirdo,
You could use the Scanner class in the java.util package for this. You can create it with a File object and then read lines from a file.
Cheers,
Erik
- 11-01-2010, 11:13 AM #3
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
Hi, thanks for the reply. Can you give me an idea of how this might look please as I am not familiar with java? Many thanks
- 11-01-2010, 11:26 AM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,403
- Blog Entries
- 7
- Rep Power
- 17
- 11-01-2010, 11:34 AM #5
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
Hi, it's Javascript. Thanks
- 11-01-2010, 11:38 AM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,403
- Blog Entries
- 7
- Rep Power
- 17
- 11-01-2010, 12:53 PM #7
Senior Member
- Join Date
- May 2010
- Posts
- 436
- Rep Power
- 4
JavaRanch/CodeRanch has a subforum on JavaScript, so you might want to check them out.
- 11-01-2010, 02:04 PM #8
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
offline inspection is not reporting "Hard coded String" errors
By g_madhu_krishna in forum IntelliJ IDEAReplies: 0Last Post: 09-17-2010, 08:02 AM -
Read Text File
By Blackberrylerner in forum New To JavaReplies: 6Last Post: 08-14-2010, 11:09 AM -
Signed Java Applet to read a file on hard drive?
By ollyworks in forum Java AppletsReplies: 2Last Post: 09-11-2009, 10:08 PM -
Read from a text file?
By aaronfsimons in forum New To JavaReplies: 3Last Post: 05-01-2009, 04:42 AM -
How to read a text file from a Java Archive File
By Java Tip in forum Java TipReplies: 0Last Post: 02-08-2008, 09:13 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks