>>Who can tell me more about kun basic or MSX Basic kun, the >>runtime basic compiler. >>How can I get a text-array into the turbo block >As far as I can remember, you cannot !!!! The only variables you can pass from outside to inside your turbo blocks are the integer ones, beginning the turbo block with _TURBO ON(var1,var2,array(),...). If you want to create an array of any type inside a turbo-block, you must define it IN THE FIRST LINE of the turbo-block; else you will get an error: ... 1000 _TURBO ON 1001 DIM A(34), or A$ ... Remember that all variables created inside a turbo block will be lost when exiting! >Go visit the M.E.P. (MSX Emulator Page) Also go to my page, where you will find the Turbo-BASIC user's manual and the lastest beta of NestorBASIC, a nice BASIC extension I'm developing that allows you to store variables and strings in the mapped memory, amongst many other things, with full Turbo-BASIC compatibility: www.geocities.com/SiliconValley/Bay/9797/msx.htm If you test NestorBASIC please send me your impressions about it! ///// KONAMI MAN ///// **** MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/) ****
