Basic Compilers Wish List

Post your requests and ideas on the future development of mikroBasic PRO for ARM.
Post Reply
Author
Message
Mr_Simplicity
Posts: 3
Joined: 14 Nov 2012 14:46

Basic Compilers Wish List

#1 Post by Mr_Simplicity » 21 Feb 2013 16:40

It's so great to be able to program an ARM processor in BASIC!
The extensive libraries are also wonderful.

However the BASIC languages I've used in the past have String Functions:
Val(Numeric String)
Mid$()
Right$()
Left$()
Print (with formatting)
Input (with prompts)

These functions would greatly ease the users task of input and output as well as parsing of string data.

I also do signal processing in my work and would love the DSP functions that the DSPIC Library has.

Keep up the great work!

User avatar
dejan.odabasic
mikroElektronika team
Posts: 2649
Joined: 30 Apr 2012 14:20

Re: Basic Compilers Wish List

#2 Post by dejan.odabasic » 22 Feb 2013 17:57

Hello,

I suggest that you take a look at compiler help file, section Conversions Library.
There you can find set of function which can enable you to convert numerical values to string.

String Library is another great set of string manipulation functions.

Best regards.

Post Reply

Return to “mikroBasic PRO for ARM Wish List”