¤ªÀ¤Ïäˤʤê¤Þ¤¹¡£
dissh¡¡ver3.4b5¤Ç¡¡strmid¡¡Ê¸»ú¼è¤ê½Ð¤·¤¬¤¦¤Þ¤¯¤Ç¤¤Ê¤¤¤Î¤Ç¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£
android4.03¤Ç¼Âµ¡¤Ç¤ò¥Æ¥¹¥È¤·¤Æ¤ß¤Þ¤·¤¿¡£
¡¤Î¥³¥á¥ó¥È¤ò¤Ï¤º¤¹¤È¡¡windows¤Ç¼Â¹Ô¤Ç¤¤Ê¤¤¡Êerr¤Ç½ªÎ»¡Ë
5¤Ï¡¡Á´³Ñ¤Î¾ì¹ç5ʸ»ú¼è¤ê½Ð¤·¤Ç¤Ï¤Ê¤¯¤Æ¡¡È¾³Ñ5»úʬ¤È¤ê¤À¤·¤Ç¤¹¤«¡©
¸å¼Ô¤Î¾ì¹ç¡¡È¾³ÑÁ´³Ñº®¹ç¤Îʸ»úÎó¤ò¡¡È¾³Ñ40»úʬ¤òͤ¨¤ë¤È¤¡¡Ê¸»úÎó¤ò40»úÁ°¸å¤Ç£²¤Ä¤Ëʬ¤±¤¿¤¤¤Î¤Ç¤¹¤¬¡¢¤É¤¦¤¹¤ì¤Ð¤è¤¤¤«¡©
¢¤Ïandroid¼Âµ¡¤Ç¡¡£±£²¡¡¡¡¤À¤±É½¼¨¤µ¤ì¤ë¡©
£Ç°¤Î¤¿¤áŤµ³Îǧ¤¹¤ë¤È¡¡6¤ÇÀµ¾ï¤Ç¤·¤¿¡£
¤¤Ïandroid¼Âµ¡¤Ç¡¡12£³¡©¡¡¤Èɽ¼¨¤µ¤ì¤ë¡©
°Ê¾å¤Ë¤Ä¤¤¤Æ¡¡¸¶°øÅù¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£¡¡Â¾¤Î¼Âµ¡¤Î·ë²Ì¤â¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£
;¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½¡½ ¥Æ¥¹¥È¥½¡¼¥¹
#include "hsp3dish.as"
info_os = sysinfo(0)
if instr(info_os,0,"Windows")>=0{
flag_win=1
screen 0,480,320
}
font msmincho, 20
redraw 0
color 255, 255, 255 : boxf
color 0, 0, 0
str1="1234567890"
str2="£±£²£³£´£µ£¶£·£¸£¹"
str3="12£³£´£µ£¶£·89"
mes strmid(str1,0,5) ;Àµ¾ï
;mes strmid(str2,0,5) ;¡¡¡windows¤Ç¼Â¹Ô¤Ç¤¤Ê¤¤¡Êerr¤Ç½ªÎ»¡Ë
str4=strmid(str2,0,6)
mes str4 ;¢android¤Ç¡¡£±£²¡¡¡¡¤À¤±É½¼¨¤µ¤ì¤ë¡©
mes str(strlen(str4)) ;£ Ťµ¤Ï6¤ÇÀµ¾ï
mes strmid(str3,0,6) ;¤android¤Ç¡¡12£³¡©¡¡¤Èɽ¼¨¤µ¤ì¤ë
redraw 1
stop