notesel

L3: (Error23) 変数名が指定されていません

L3: (Error23) 変数名が指定されていません

  • タグ:
  • タグはありません
#module
	#defcfunc strlength str param
	notesel param
	return notesize
#global

a = "123"
notesel a
mes notesize

mes strlength("1234567890")