In what language is the interpreter / compiler for your new dev environment.... written ?
-----Original Message----- From: Brian Leach <[email protected]> To: 'U2 Users List' <[email protected]> Sent: Tue, Dec 13, 2011 7:35 am Subject: Re: [U2] Is SB+ object-oriented? And FWIW my new dev environment, on general release early next year, uses a lient side language modelled on UniVerse Basic but with component and event riented features... Hideously contrived example follows - * get the author id from a selection dialog uthor = This.AUTHOR.Text f Author = "" Then STOP nd * pointless validation to prove a point ead AuthorRec From U2_AUTHORS, Author Else ShowMessage "Not a known author" STOP nd * change the selection command property for a report CL = 'SSELECT U2_BOOKS' CL := ' WITH AUTHOR_ID = "': OConv(Author, "MCU"):'"' BookList.Command = TCL * run it .. ookList.Run() * how about saving the results? ookList.SaveToFile("c:\temp\mybooks.txt") and so forth - you get the idea) I did the same for an older - now defunct - Windows 4GL many years ago as a ay of helping UniVerse developers bridge the gap. Seemed like a good time o resurrect it in my new toolkit. :) Brian -----Original Message----- rom: [email protected] mailto:[email protected]] On Behalf Of Ross Ferris ent: 13 December 2011 03:18 o: U2 Users List ubject: Re: [U2] Is SB+ object-oriented? Yes - is also supported "for real" within Cache & QM Ross Ferris tamina Software isage > Better by Design! ----Original Message----- rom: [email protected] mailto:[email protected]] On Behalf Of Wjhonson ent: Tuesday, 13 December 2011 7:17 AM o: [email protected] ubject: [U2] Is SB+ object-oriented? an Pick BASIC code simulate an object oriented environment? _______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users ______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users ______________________________________________ 2-Users mailing list [email protected] ttp://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
