Format string with some values like sprintf (C)

Share your advanced PureBasic knowledge/code with the community.
User avatar
mk-soft
Always Here
Always Here
Posts: 6539
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Format string with some values like sprintf (C) - Update

Post by mk-soft »

C-Backend and format string

Format string also works under C-backend because, like the ASM compiler from Fred, the GCC compiler also places all parameters on the stack. :wink:
My Projects EventDesigner V3 / ThreadToGUI / OOP-BaseClass / Windows: Module ActiveScript
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 6539
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Format string with some values like sprintf (C)

Post by mk-soft »

Update v2.10
- Description and example
My Projects EventDesigner V3 / ThreadToGUI / OOP-BaseClass / Windows: Module ActiveScript
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
Post Reply