RosettaCodeData/Task/HTTP/GML/http-2.gml
2014-01-17 05:34:36 +00:00

4 lines
123 B
Text

if (ds_map_find_value(async_load,"id") == get)
{
show_message_async(ds_map_find_value(async_load,"result"));
}