String vs Text vs Name, What is the different ? And what is the Byte variable for ?

String vs Text vs Name, What is the different ? And what is the Byte variable for ?

This might give you an overview:

2 Likes

The best use for a Byte is to use an Enum, which is basically a Switch on Int that lets you put a name on each output for easy reference. I am also told bytes are more memory efficient than Ints…

Thanks a lot guys :slight_smile: