RosettaCodeData/Task/HTTP/GML/http-2.gml

5 lines
123 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if (ds_map_find_value(async_load,"id") == get)
{
show_message_async(ds_map_find_value(async_load,"result"));
}