Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
Clackersmith
21
Years of Service
User Offline
Joined: 4th Sep 2003
Location:
Posted: 3rd Sep 2005 11:17 Edited at: 3rd Sep 2005 11:20
Just wondering what ascii is and what it is used for.

Also dose anyone know what XML is used for
Sergey K
21
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 3rd Sep 2005 12:43
not sure..
XML(Extensible Markup Language) is a simplest version of SGML(Standard Generalized Markup Language) where u can design HTML(Hyper Text Markup Language) pages..


ascii: American Standard Code for Information Interchange (not sure)


BlueLight Online, improved version of MorningOnline
Tinkergirl
21
Years of Service
User Offline
Joined: 1st Jul 2003
Location: United Kingdom
Posted: 3rd Sep 2005 18:25
XML is used a fair bit for making 'human readable' files with information used in other programs. For example - they might be used in a database for keeping information about other files, objects, stats etc. Other structures would be smaller, but reading an XML file can at least give you an idea what it's about.

It's related to HTML, and I was looking at the DLL tools available in the forums that when making your DLL, include XML which can be later used to make HTML help files automatically.

(I'm no expert though )
The Cage Complex
19
Years of Service
User Offline
Joined: 26th Aug 2005
Location: Reims, France.
Posted: 3rd Sep 2005 18:37
So I return to ASCII for a full answer to Clackersmith's question.

As you'd have noticed ASCII & XML are totally differents.

ASCII is "just" a character table giving each sign a value.
e.g; character "a" = 97 ; "Z" = 90

You can display ASCII chars (for example to access specific language chars like ù é à) by holding the left Alt key while typing its value on the numerical keys.
(© = ALT+184, ...)

Using DB
print chr$(97) will display "a"
print asc("a") will display "97"

CodemanV
19
Years of Service
User Offline
Joined: 25th Aug 2005
Location: South Wales Valleys, UK
Posted: 3rd Sep 2005 21:29
Here's a good web page that explains ASCII
http://www.asciitable.com
Phaelax
DBPro Master
22
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 3rd Sep 2005 22:37
I've been considering making an XML parser for DB.

Your signature has been erased by a mod because it's larger than 600x120...
the_winch
22
Years of Service
User Offline
Joined: 1st Feb 2003
Location: Oxford, UK
Posted: 4th Sep 2005 00:09
Bulleyes has already made an xml dll.
http://forum.thegamecreators.com/?m=forum_view&t=23923&b=5
Clackersmith
21
Years of Service
User Offline
Joined: 4th Sep 2003
Location:
Posted: 4th Sep 2005 09:01
That .dll might be able to do what I am after but I just keep geting errors when I try to load up my XML file and I dont understand what the errors mean.

Can someone who knows what there doing take a quick look at it for me just in case It is somthing small that needs changing.

Thanks
Clacker

Attachments

Login to view attachments
Clackersmith
21
Years of Service
User Offline
Joined: 4th Sep 2003
Location:
Posted: 4th Sep 2005 15:21 Edited at: 4th Sep 2005 16:25
If anyone can take the to files in this zip file and load them in to dark basic as objects then that will solve one of my bigest problems stoping me from making my game.


One file is a XML and the other a ascii file.

Thanks Clacker

Attachments

Login to view attachments
Clackersmith
21
Years of Service
User Offline
Joined: 4th Sep 2003
Location:
Posted: 10th Sep 2005 10:19
How did you go? Any luck

Login to post a reply

Server time is: 2025-06-07 09:35:49
Your offset time is: 2025-06-07 09:35:49