We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nataliapc/mcp-openmsx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
LPOS().md•357 B
# LPOS()
## Effect
Returns the current memory address of the print head within the printer buffer.
## Syntax
`LPOS(<Variable>)`
## Parameter
`<Variable>` is a dummy variable.
## Example
```basic
10 LPRINT "MSX Forever!"
20 LPOS(0)
RUN
12
```
## Compatibility
MSX-BASIC 1.0 or higher
## Source
Retrieved from "https://www.msx.org/wiki/LPOS()"