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.
現在、いくつかのメソッド名を持つ生成された XBase オブジェクトがあります。
get_0()、get_1()、get_...()、get_50()
get_0()
get_1()
get_...()
get_50()
このように、50 行ではなくループで呼び出したいと思います。
for(var i = 0; i <= 50; i++) { fiftyGetters.get_ + i // }
XBase/XText でこれを達成するにはどうすればよいですか?