I purchased ebasic recently and now I'm having a play with it.   I'm not a complete novice to programming, basically grew up with MS Access and VB.   Programming though is not my day job, I'm a hobbyist.   I'm wanting to write some database applications replacing some Access applications I've written.   Okay, I've introduced myself and now to the thrust of my question.   Is there a tutorial type document, book or ebook available which I could follow simply to come to grips with the basics?
			
			
			
				do take this reply the wrong way i just dont want to post NO and then for someone to post YES, so my officall answer would be I Don't know :-) 
but Im trying to be helpfull so ...... (the userguide is avaible in PDF format)
the best way to learn is by trial and error i would start here, http://www.ionicwind.com/forums/index.php/board,25.0.html and read all the posts in this section... maybe start with this one http://www.ionicwind.com/forums/index.php/topic,2580.0.html 
the datbase programming section of the user guide seems to be well documented and im sure if you are familier with schemas you will fly along, start with no GUI then addthe GUI later or use "Emergence Visual Designer" if you dont have it send paul a pm or check out the main page.
why not open a new topic in the Database section of the forums and post some code along with your questions and im sure one of the DB wizziz will help you along or make surgestions to improve your code.
			
			
			
				Steve,
If the "basics" you are wanting to come to grips with is "how to use EBasic to specifically work with access files" then Copex's post is correct and I would only add that there are some examples supplied with EB.
However, if the "basics" you meant was how to use EBasic itself then I would suggest the following:
Start at the beginning of the help file and read it carefully.
you can also find some tutorials at:
http://ebasic.wikispaces.com/
In either case, do as Copex suggest: don't be afraid to post your questions and code you've tried. 
I think you will be pleasently surprised with how fast any issues you have will get resolved.
Larry
			
			
			
				Thanks, I check those links and will probably print out the user guide.
			
			
			
				Where can I get a copy of the User Guide in pdf format?   I can't seem to find it at this site, the version is in chm format.
			
			
			
				It is installed with Emergence.  Look in the help directory.
			
			
			
				Thanks, will do.   I'm at work at the moment so will check when I get home.
			
			
			
				Steve,  for a long time (as a real 'dummy' when it comes to programming, as I've no 'proper' programming experience) I thought that what EB lacked was some more detailed help in the form of tutorials on this, that and the other.
However, you quickly realize that no tutorial is going to cover what you or I, or someone else, wants to do, as we all want to make our programs do different things.  The real tricky stuff will always the bit not included in the 'tutorial'.
The best thing to do is to get coding immediately and when you have problems, do a search of these forums.  It's amazing how much is there and often the solution to some intractable problem pops up immediately.
Failing that you can post some code and the lovely helpful people here almost always come up with a solution, however dumb your mistake may be (in my case!)
Good luck with your database programming; it's not something I've tried yet, but may have a go at myself during the long winter evenings.
 ;)
			
			
			
				Thanks Adrian, solid advice.   I'm going through the User Guide at the moment, testing out the various snippets, making changes in order to cement my understanding.