Version 0.90
by Peter Dauscher
License: GNU GPLv3

Developed using Free Pascal 2.6.0 / Lazarus v1.0.4

LazIOStuff provides some basic routines allowing to use Edit and Memo Components for Input and Output in a simplified way.
Especially, the output commands for Memo Components are slightly similar to the way output is implemented in command line applications (or in good old Pascal).

For instance, instead of coding

Memo1.Lines[Memo1.Lines.Count-1]:=_Memo1.Lines[Memo1.Lines.Count-1]+
format('%3.2f',[x]);

one may simply write

WriteTo(Memo1,x,3,2);

Especially in educational contexts (where students shall concentrate on general aspects of programming instead of technical details), such simplifications might be helpful.

Project Activity

See All Activity >

Follow LazIOStuff

LazIOStuff Web Site

Other Useful Business Software
Ship Agents Faster Icon
Ship Agents Faster

Transform your applications and workflows into powerful agentic systems at global scale.

Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of LazIOStuff!

Additional Project Details

Registered

2013-01-05