0
1

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.

c++ builder > CommaTextで失敗する > StrictDelimiter / Delimiter を使うほうがよい

Last updated at Posted at 2015-12-08
動作確認
C++ Builder XE4

CommaTextを使うことで失敗していた。

CommaTextは空白などがない連続したカンマ区切り文字に対してはきちんと分割することができて重宝するが、途中で空白が入った時に位置ずれを起こす。

最初からCommaTextを使うのでなく、StrictDelimiter をtrueにして、Delimiterを使っておくほうが潜在的な不具合発生を抑止できると思った。

0
1
0

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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?