grip_get_response_body_string

Get current response body as string.

Syntax

native grip_get_response_body_string(buffer[], buffer_size)

Usage

buffer Output buffer to which body should be written
buffer_size Maximum length of the buffer.

Return

Number — of cells written

Notes

There are certain AMXX limitations to maximum string sizes.

Defined in grip.inc at line 267 . This documentation was automatically generated from source.