R4 Page Flips?
kmenshouse
Posts: 32
Can someone help me out with the proper syntax for a page flip to an R4?
I'm trying this, but it doesn't seem to work:
<code> SEND_COMMAND dvDVRs_R4_SR,"'PAGE-INUSE'" <code/>
Thanks,
Keith
I'm trying this, but it doesn't seem to work:
<code> SEND_COMMAND dvDVRs_R4_SR,"'PAGE-INUSE'" <code/>
Thanks,
Keith
0
Comments
SEND_COMMAND dvDVRs_R4_SR, 'PAGE-INUSE';
Also, when using the html code display - try using [] instead of <>
Keith