티스토리 뷰
Introduction to the use of SMath Studio
Prepared by Gilberto E. Urroz, May 2010
p.63~
Writing data to a file
a:=2.5
wfile(a, file01)=1
wfile(2.5, file02)=1
wfile("a", file02)=1
Saved in C:\Users\User_name\AppData\Roaming\SMath\user
i recommend you use only lowercase letters in the filenames used to store data. I had difficulties getting SMath Studio to read data out of files with uppercase letters in their names.
반응형
LIST
'SMath' 카테고리의 다른 글
Writing and reading symbolic expressions (0) | 2023.05.31 |
---|---|
Reading data from a file (0) | 2023.05.30 |
프로그래밍 오류 (0) | 2023.05.26 |
프로그래밍 단계 (0) | 2023.05.26 |
The for and range commands in SMath Studio (0) | 2023.05.26 |