Basicprogramming(.org) > Community news and announcements

New Web-based BASIC-like language: https://easylang.online/

<< < (3/3)

Aurel:
wait a moment
qb64 don't have RGB(r,g,b) function built in  :o

B+:

--- Quote from: Aurel on June 06, 2019, 05:33:53 PM ---wait a moment
qb64 don't have RGB(r,g,b) function built in  :o

--- End quote ---

wait... then what are QB64's: _RGB(r, g, b), _RGB32(r, g, b [, a optional]), _RGBA(r, g, b, a), _RGBA32(r, g, b, a) functions for? ;)

BTW all keywords that start with underline eg_KEYWORD, are new to QB64 that are not found in QB 4.5 or other older QB versions. This is to help track what is and is not compatible to old code.

B+:
OK a list of built in functions can be found at the end of Code Snippets section.

Navigation

[0] Message Index

[*] Previous page

Go to full version