CompuServe Thread

Scala Multimedia Forum

2 messages in this thread
#39285From: Charles BlaquiereFeb 28, 1994 10:45 PM
Bruno, If Scala can send commands to AmigaDOS thru ARexx, here's an idea: address command "date > RAM:env/datetime" This places a string similar to "Monday 28-Feb-94 22:17:41" in a ramdisk file, but this is where environment variables are stored, so you could then use the "getenv" function to retrieve the output from the original date command. Parsing using spaces as separators will let you isolate the day, date, and time. Blaq!
#39545From: bruno seibertMar 5, 1994 7:38 AM
Charles, There is a little misunderstanding caused by John Chang. I'm quite familiar with simple ARexx solutions like reading a string once. !time is much more sophisticated. TFTT Bruno