Browse Subversion Repository
Annotation of /branches/ttcomtester/tests/#35822-random.ttl
Parent Directory
| Revision Log
| 1 |
maya |
6353 |
intdim res 11 |
| 2 |
|
|
|
| 3 |
|
|
for i 1 1000000 |
| 4 |
|
|
random val 10 |
| 5 |
|
|
res[val] = res[val] + 1 |
| 6 |
|
|
next |
| 7 |
|
|
|
| 8 |
|
|
str = '' |
| 9 |
|
|
for i 0 10 |
| 10 |
|
|
sprintf2 tmp '%d\t%d' i res[i] |
| 11 |
|
|
strconcat str tmp |
| 12 |
|
|
strconcat str #10 |
| 13 |
|
|
next |
| 14 |
|
|
strspecial str |
| 15 |
|
|
messagebox str 'result' |
| 16 |
|
|
|
| 17 |
|
|
uptime time |
| 18 |
|
|
int2str str_time time |
| 19 |
|
|
strconcat filename '35822_' |
| 20 |
|
|
strconcat filename str_time |
| 21 |
|
|
strconcat filename '.txt' |
| 22 |
|
|
|
| 23 |
|
|
fileopen fp filename 0 |
| 24 |
|
|
filewrite fp str |
| 25 |
|
|
fileclose fp |
|