Search found 2 matches
- Mon Jun 17, 2024 6:15 am
- Forum: Game Programming
- Topic: New small game written in PureBasic
- Replies: 5
- Views: 7976
Re: New small game written in PureBasic
Hi folks!
I'm participating on the Jam For All Basic Dialects and once again I submitted a game for the jam written using PureBasic. Following the jam rules I chose the theme "One Enemy" and my game is The Enemy , a game where you must defeat a boss to bring good to everything. The source code ...
- Mon Jun 17, 2024 6:12 am
- Forum: Coding Questions
- Topic: Pass JSON data to program
- Replies: 4
- Views: 910
Re: Pass JSON data to program
Hey, I try to pass JSON data as an argument to a program using RunProgram() .
The JSON data for example is {"date_id":"20240511","date_type":"1"} .
It seems I can not pass the quotes correctly. Based on what is possible in the shell, I would write: snow rider
Arguments$ = ~"api get ...