Not speaking 'Scheme' is a real handicap. Anyway:
begin
variable x = 25
system(string-append("echo \"i 23 0 1 ", number->string( x), " 55\" >
testfif"))
end(Phew!) On Sat, Jul 11, 2020 at 1:14 PM Forrest Curo <[email protected]> wrote: > example: > > with val = 25 > shell("echo \"i 23 0 1 val 90\" > testfif") > > simply sends the string, as is, to my fifo. > > I'm not finding string functions listed in the documentation. > (?) > > > Forrest Curo > San Diego >
_______________________________________________ Cmdist mailing list [email protected] https://cm-mail.stanford.edu/mailman/listinfo/cmdist
