SmileBASIC コミュニティ返信[4]親投稿raimondz raimondxz2016/7/16 7:10I saw that you want to make a encryptation algorithm. I have bad news for you: bin$() won't help you too much because it return a string. You need to learn how use bitwise operators(>>,<<,and,or,xor) to handle them as a binary.1そうだね プレイ済み2017/11/04 03:12:18に取得