# %fprintf() function

The %fprintf() function writes formatted
output on *stream* under control of *format*.

## Syntax

```
var = %fprintf((char*)stream, format, arg...)
```

## Description

Floating types are not supported.
See your host system documentation.

## See also

- [%fclose() function](https://d3codex.com/pickbasic-flashbasic/percent-fclose-function/)
- [%fopen() function](https://d3codex.com/pickbasic-flashbasic/percent-fopen-function/)
- [%fputc() function](https://d3codex.com/pickbasic-flashbasic/percent-fputc-function/)
- [FlashBASIC C functions overview](https://d3codex.com/pickbasic-flashbasic/flashbasic-c-functions-overview/)
- [cfunction statement](https://d3codex.com/pickbasic-flashbasic/cfunction-statement/)

---
Source: https://d3codex.com/pickbasic-flashbasic/percent-fprintf-function/ - part of the D3Codex reference.
