Yep. I started with Java, and was stuck, then went to Perl and eventually got stuck. Next VB6, then...and I did finally that it's like martial arts: learn the common basics of programming and it is easier because it's all related. From there it can be as easy as knowing where to find the reference book you need. Try this: look at how an Excel spreadsheet works and you will see all the basics of programming. I.E. The workbook contains objects (spreadsheets), each having attributes (variables) that contain data (values), etc. Each record is a child of the spreadsheet object...oh hell too much to tell....Sometimes I consider the lowly spreadsheet to figure out the way programming works. Sorry, did I digress again?
