notesel 2

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

a = "123"
mes strlength(a)