1. New procedures in user.e & machine_func and machine_proc

[New procedures in user.e!]
I added statf()  and snd(). If you ever need to use an integer variable
or display a hex value in the status bar(as i do sometimes), just use
statf. Here's an example:

statf("%s is %d bytes long.",{file,lof(fn)},7,0)

Looks like printf, huh? Exactly. statline() uses puts()(which turns
integer variables/constants into ASCII characters), and statf() uses
printf().

And now for snd():
Snd() is like the BASIC SOUND statement. The syntax for snd() is as
follows:

snd(frequency,duration)

An example would be:

snd(1000,1) --Equivelant to what beep() does

For your free copy of User.e 3.8, just email me at matt1278 at juno.com. Any
questions and comments about it are welcomed with open arms!

[machine_func and machine_proc]
Does anybody know a list of functions for use with machine_func and
procedure for use with machine_proc?
_________________
"When it comes to programming languages, Eu™ by RDS is a cut above" -
Matt1278 and SoftPrez
Webbers: <A HREF="mailto:softprez at juno.com">softprez at juno.com</A>,
president of SoftCo.® Uh, no slogan at the moment™
Seeya next week!

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu