SmileBASIC コミュニティトピックfalnshower TheFinalAct12016/10/28 00:38:08質問Type mismatchI'm trying to make a game with an HP counter, and I want it to show as "HP:" + (The numerical variable for HP). When I do this though, it gives me a type mismatch. Is there any way to do this?1そうだね 5返信未プレイ2017/11/04 04:43:19に取得
SmileBASIC コミュニティ返信[1]親投稿V360 TheV3602016/10/28 1:11Use STR$() to change a number into a string.3そうだね プレイ済み2017/11/04 04:43:19に取得
SmileBASIC コミュニティ返信[2]親投稿falnshower TheFinalAct12016/10/28 1:52Thanks!0そうだね 未プレイ2017/11/04 04:43:19に取得
SmileBASIC コミュニティ返信[3]親投稿Hanzo rzsense2016/10/28 19:16FORMAT$() is also available.0そうだね 未プレイ2017/11/04 04:43:19に取得
SmileBASIC コミュニティ返信[4]親投稿Hanzo rzsense2016/10/29 8:47Actually, you can print HP without changing number into string as follows. ?"HP:";:?(numenical variable)0そうだね 未プレイ2017/11/04 04:43:19に取得
SmileBASIC コミュニティ返信[5]親投稿Hanzo rzsense2016/10/29 9:20I'm sorry for misspelling numerical.0そうだね 未プレイ2017/11/04 04:43:19に取得