summaryrefslogtreecommitdiffstats
path: root/test/04-function-mid-utf8.txt
blob: 9208a6855fe17ff944a3a8de35c93533e406ea3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%mode init
A1@秋の田のかりほの庵の苫をあらみわが衣手は露にぬれつつ
B1=MID(A1,1,4)
B2=MID(A1,16,5)
B3=MID(A1,21,6)
B4=MID(A1,23,10)
%calc
%mode result
B1="秋の田の"
B2="わが衣手は"
B3="露にぬれつつ"
B4="ぬれつつ"
%check