Results 1 to 3 of 3

Thread: REM Statement

  1. #1
    Frequent Visitor
    Join Date
    Nov 2016
    Location
    US, Pacific Time
    Posts
    83

    REM Statement

    I have an email statement to let me know if the pH in my reactor is high. How can I disable the statement without deleting it? Can I use a REM statement?

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    REM (or # or //) is not available

    Move that statement to above the Set OFF statement when you don’t want it to be used.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    Frequent Visitor rkpetersen's Avatar
    Join Date
    Jun 2017
    Location
    Near Seattle
    Posts
    940
    I too would love to be able to comment out lines, but that is a simple and effective workaround Russ (as long as you keep track of exactly where in the stack they go). Thanks!

Similar Threads

  1. Is it possible to REM out a programming line
    By kylarse in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 12-17-2019, 11:42
  2. Question: REM statements?
    By Diznaster in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 05-08-2018, 09:52
  3. Question: When statement
    By clittrell in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 12-19-2017, 08:07
  4. FAQ: Using the ‘When’ statement
    By RussM in forum Misc Apex Usage & Programming
    Replies: 0
    Last Post: 03-28-2017, 16:05
  5. Rem Statements
    By Reefman in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 10-27-2015, 09:13

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •