Home AMX User Forum AMX General Discussion

R4 Page Flips?

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

Comments

  • GSLogicGSLogic Posts: 562
    kmenshouse wrote: »
    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/>
    Your page flip code is correct, I'd check to see if it is the spelling in the R4.
    SEND_COMMAND dvDVRs_R4_SR, 'PAGE-INUSE';

    Also, when using the html code display - try using [] instead of <>
  • Thanks Gary. I did have the spelling correct but your comment caused me to check the case. I didn't know that the command was case sensitive but it is. I had used upper and lower in the file name and all caps in the command. I guess that's a lesson learned! Thanks again for responding.

    Keith
Sign In or Register to comment.