SmileBASIC コミュニティプレイ日記MSWS coolestkid1232017/01/12 16:20:19HELP PLEASE! If I do: DIM A[10] A[0]=5 CUSTOM A COMMON DEF CUSTOM D ?LEN(D) ?D[0] END It gives an error, why???2そうだね 7返信プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[1]親投稿SıмΞоп SimeonW2017/1/13 3:53It's because you need to add the % to specifically define that it is an array So replace COMMON DEF CUSTOM D With COMMON DEF CUSTOM D%0そうだね プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[2]親投稿SıмΞоп SimeonW2017/1/13 3:54?LEN(D%) ?D%[0] END0そうだね プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[3]親投稿MSWS coolestkid1232017/1/13 14:16What's wrong with my code??? Thanks for the help.0そうだね プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[4]親投稿MSWS coolestkid1232017/1/13 14:21This is the line saying type mismatch...0そうだね プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[5]親投稿Javier olakease0002017/1/13 23:50I think you should put DEF CUSTOM D[] and then operate with the array, because % is the suffix for integer.0そうだね プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[6]親投稿SıмΞоп SimeonW2017/1/14 5:06You should send a public key, because the screenshots seem fine Advice: You should always use VAR after DEF, in this case for A because A could be another variable, putting VAR A after your DEF, would then create a new temporary variable named A.0そうだね プレイ済み2017/11/04 02:30:46に取得
SmileBASIC コミュニティ返信[7]親投稿MSWS coolestkid1232017/1/14 14:28Heres the key, hopefully you know how to use it! Thanks for the help.0そうだね プレイ済み2017/11/04 02:30:46に取得