We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LoopList] ID= GroupID= 毎日/毎週/毎月 Item= 項目 Day= 実行日 Time= 時刻 backgroundColor= 背景色
各データをiniファイルから読み取る時に正しい書式かチェックすること。
The text was updated successfully, but these errors were encountered:
ini ファイルでは無理がある気がするのでJSON形式に変える。
Sorry, something went wrong.
{ "Form":{ "Top":"524", "Left":"1339", "WindowWidth":"551", "WindowHeight":"478" }, "LoopList":[ { "ID":"001", "GruopID":"0", "Item":"田中太郎さんとミーティング", "Day":"2日", "Time":"12:00", "backgroundColor":"White" }, { "ID":"002", "GruopID":"2", "Item":"月刊誌購入", "Day":"4日", "Time":"14:00", "backgroundColor":"White" }, { "ID":"004", "GruopID":"1", "Item":"英会話", "Day":"月水金", "Time":"19:30", "backgroundColor":"White" } ] }
No branches or pull requests
[LoopList]
ID=
GroupID= 毎日/毎週/毎月
Item= 項目
Day= 実行日
Time= 時刻
backgroundColor= 背景色
各データをiniファイルから読み取る時に正しい書式かチェックすること。
The text was updated successfully, but these errors were encountered: