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.
テキストファイルリーダーのアプリケーションを作成していますが、テキストファイルの内容を1行ずつ読み取り、予約語が赤の場合は関数が実行されます。たとえば、最初の行に予約語 [PlaySound]+ サウンド ファイルを含むテキスト ファイルがあります。リーダーがその行を読み取ると、関数が実行され、予約語を含む音楽ファイルが再生されます。
それで、これを作成することは可能ですか?それがあれば、どうすればラインリーダーを作ることができますか?