Search found 3 matches

by jimMikroAVR
21 Dec 2021 02:31
Forum: AVR PRO Compilers
Topic: BASIC String Functions: Left, Right, and Mid?
Replies: 2
Views: 1224

BASIC String Functions: Left, Right, and Mid?

Does AVR PRO BASIC support the standard string functions like Left, Right, and Mid? Or is there another string function available?

Thanks!
by jimMikroAVR
12 Mar 2010 07:36
Forum: mikroBasic PRO for AVR Beta Testing
Topic: Byte to Hex conversion & expressions in chr function
Replies: 1
Views: 4378

Byte to Hex conversion & expressions in chr function

Hello, I'm trying to convert a byte to a HEX in a string variable. I found some code in in the manual that will send the HEX string to the UART. I tried to convert this code but I need a way to convert a ASCII code stored in byte to a string. I wanted to use the CHR function but is seems it doesn't ...
by jimMikroAVR
27 Feb 2010 20:09
Forum: mikroBasic PRO for AVR General
Topic: MULTIPLE EXPRESSIONS in IF-THEN statment
Replies: 1
Views: 1570

MULTIPLE EXPRESSIONS in IF-THEN statment

Is it possible to put multiple expressions in a IF-then statement using the AND & OR keywords.

Example:

IF A>5 AND B=3 then

end if

I didn't see any examples like this in the manual.

Thanks!

Jim

Go to advanced search