티스토리 뷰

SMath

Writing data to a file

skyground21 2023. 5. 26. 17:58

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.

 

Introduction to the use of SMath Studio_P63.sm
0.10MB

 

2023.03.08 - [SMath] - 엑셀데이터를 SMath로 불러오는 방법

2023.03.09 - [SMath] - How to export Smath studio to XLSX

반응형
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