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
POS().md•415 B
# POS()
## Effect
Returns the horizontal coordinate of the cursor.
## Syntax
`POS(<Value>)`
## Parameter
`<Value>` is a dummy value or variable but cannot be omitted.
## Example
```basic
10 CLS
20 LOCATE 14,1:PRINT "Example of POS";
30 PRINT POS(0)
RUN
Example of POS 14
```
## Related to
`CSRLIN`
## Compatibility
MSX-BASIC 1.0 or higher
## Source
Retrieved from "https://www.msx.org/wiki/POS()"