[comp.sys.mac] Microphone II version 3.0

pcrable@pbs.uucp ( VAX WIZZ) (02/24/90)

In article <6408.25e516f9@pbs.uucp>, pcrable@pbs.uucp ( VAX WIZZ) writes:
> Hi Mac People...
> 
> I just got Microphone II version 3.0 for my Mac.  I'm having problems
> in a script capturing incoming text into either variables or a file.
> Here's the script...
> 
>   Send Text String "'MLS,ALL,ACTIVE^M^J'"
>   Set Variable * msgs from Expression "0"
>   While Expression "msgs < 5"
>    Set Variable * buf[msgs] from Expression "TheLine( CURSORROW )"
>    Set Variable * msgs from Expression "msgs+1"
>    Send Text String "'^F'"
>   End While
>   Send Text String "'^C'"
>   Set Variable * max_msg from Expression "msgs"
>   Set Variable * msgs from Expression "0"
>   While Expression "msgs < max_msg"
>    Send Local to Screen "buf[msgs]"
>    Set Variable * msgs from Expression "msgs+1"
>   End While
> 
> 
> The script seems to execute without doing anything. The lines output show
> up after the script finishes.  
> 
> Text capture also seems unreliable.  Sometimes the capture finishes before
> it should and other times it doesn't capture anything at all.  (this is from 
> a script.)
> 
> Anyone have any Ideas ?
> 
> ================================================================================
> Phil Crable                              PPPPPPP   BBBBBBB    SSSSSS           
> Public Broadcasting Service (PBS)        P      P  B      B  S      S          
> Computer Services Dept.                  P      P  B      B  S                 
> 1320 Braddock Place                      PPPPPPP   BBBBBBB    SSSSSS           
> Alexandria, VA  22314                    P         B      B         S          
> (703) 739-5052                           P         B      B  S      S           
> ...!uunet!vrdxhq!pbs!pcrable             P         BBBBBBB    SSSSSS            
> ================================================================================
> 
> -- Don't beleive anything you hear and only half of what you see...

--Oops... Previous message went out without a subject line.