全くの法則性無しに
指定フォルダからランダムにテキストファイルを読み込む方法を教えてくれませんか?
テキストファイル フォルダ ランダム 等で検索はしてみたのですが見つかりませんでした
ランダムに読み込んだ後はこの下みたいに繋げるつもりでいます
notesel txbf
noteload "オープニング.txt"
nmx=notemax/2
po=0
noteget cgfn,po*2
picload cgfn
noteget ldt,po*2+1
split ldt,",",moj :c=stat
font "SM 明朝",19,1
if c>0 { pos 450,40
repeat c :mes moj(cnt) :loop}