Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クライアントからドキュメントがあります。下の文がわかりません。「-」の意味は何ですか;
string lldRecType='-';
変数に値-を代入しています。したがって、変数を使用すると、値が返されます。stringlldRecTypelldRecType-
-
string
lldRecType
「-」の値は文字通りハイフン記号です。何かを表しているわけでも、特別な意味を持っているわけでもありません。