hi all, is there anyway that we can create our own primitive type?
let's say we call this
then test will automatically be an integer right..Code:dim test = 4
but i wanted this
and i want test not to be an integer, but a percentage_integer, in other words, my own primitive type. is that possible?Code:dim test = 4%
