array get と array set を使う。
シリアライズ側
puts $fp [array get x] ;# 配列xをファイルへ書き出し
デシリアライズ側
gets $fp buf
array set x $buf ;# 配列xの復元
Go to list of users who liked
More than 5 years have passed since last update.
array get と array set を使う。
シリアライズ側
puts $fp [array get x] ;# 配列xをファイルへ書き出し
デシリアライズ側
gets $fp buf
array set x $buf ;# 配列xの復元
Register as a new user and use Qiita more conveniently
Go to list of users who liked