diff options
author | Sven Gothel <[email protected]> | 2023-07-08 02:08:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-07-08 02:08:44 +0200 |
commit | 63ed5f7676bc46ee03db1a6d27c5ce86fcf6a597 (patch) | |
tree | b6ae5b8c5b4f0e399fa422f3ef059fb3b5b3b089 /doc | |
parent | 701311d6fc507b1e21681dd60c6851fbc50c2304 (diff) |
Manual: Fix ArgumentIsPascalString
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/manual/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html index 021720c..2ab020b 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -959,8 +959,8 @@ <code>byte[]</code> or <code>ByteBuffer</code>. </dd> - <dt><strong><a name="ArgumentIsString">ArgumentIsPascalString</a></strong></dt> - <dd> Syntax: <code>ArgumentIsString [function name] + <dt><strong><a name="ArgumentIsPascalString">ArgumentIsPascalString</a></strong></dt> + <dd> Syntax: <code>ArgumentIsPascalString [function name] [indice-tuples...]</code>, with each tuple being the argument-index for the '<code>int length</code>' and the '<code>char* value</code>' argument with index 0 for the the first argument<br/> |