There is a contradiction between the help for ReceiveHTTPMemory() and the help for MemorySize().
ReceiveHTTPMemory()
Return value
Returns the new memory buffer address if the download was successful, zero otherwise. MemorySize() can be used to get the size of the downloaded item.
I think in the help of MemorySize(), also ReceiveHTTPMemory() should be mentioned as valid source of the respective address.MemorySize()
Parameters
*MemoryID:
The address of the memory area to get the size from. This must be a value returned from either AllocateMemory() or ReAllocateMemory() or Ascii() or UTF8().
