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

5 lines
123 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
if (ds_map_find_value(async_load,"id") == get)
{
show_message_async(ds_map_find_value(async_load,"result"));
}