3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mindを紹介していただきありがとうございます

Posted at

Snowman-sさん、こんにちは。スクリプツ・ラボの片桐です。
Mindを紹介していただきありがとうございました。
細かなことで恐縮ですが、
「Mindによるバイナリ操作」の投稿で気がついたことがありました。
処理単語「バイト数指定で文字列化」の定義中、「変換後文字列」という文字列実体変数を定義されておられますが、局所変数での定義なので、この処理単語から上位に戻ったときに値が不定となってしまいます。(たまたまうまく動作することもあるかも知れませんが)
この変数は処理単語の外(処理単語の直前など)に出して大域変数としていただけると良いかと思います。

3
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?