Post about your Basic project here

Moderator: Mmiscool

User avatar
By Mmiscool
#36792 commands and function are not case sensitive. Any code that is not a valid command is ignored so there is no requirement currently to use a special character for commenting.

I would suggest keeping with the basic conventions and using the ' or rem
User avatar
By AJB2K3
#36794
heckler wrote:Hey Mike (mmiscool)

What character(s) can be used to indicate "remarks"?

I have been using an apostrophe '

Do other characters work??
It looks like AJB2K3 is using a #

are any of the basic statements case sensitive??

dwight


I'm only using "#" as it a habit of arduino and python coding
When I work out what I'm doing, all the memo's will be removed.
User avatar
By AJB2K3
#36797 OK this hex conversion is damn confusing...

Updated the values but I'm sure they are completly wrong.
Something I'm missing in the Hex/binary7/binary8 conversion
User avatar
By viscomjim
#36812 If you have a smart phone or tablet, you can download a developer calculator to make quick hex conversions. I found a free one for my iphone and use it for the same reason. Works great. Also I'm pretty sure you can just put "F3 to decimal" in the google box and it will tell you the conversion. Keep us posted on your progress on this. I am having issues getting I2C writes to work right now so I am curious if you have any luck.