Click here to Skip to main content
15,891,136 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Ubuntu trial flash drive Pin
raddevus28-Aug-19 5:03
mvaraddevus28-Aug-19 5:03 
GeneralRe: Ubuntu trial flash drive Pin
Scott Serl28-Aug-19 6:51
Scott Serl28-Aug-19 6:51 
GeneralRe: Ubuntu trial flash drive Pin
raddevus28-Aug-19 8:58
mvaraddevus28-Aug-19 8:58 
GeneralRe: Ubuntu trial flash drive Pin
Nelek28-Aug-19 10:19
protectorNelek28-Aug-19 10:19 
GeneralRe: Ubuntu trial flash drive Pin
theoldfool28-Aug-19 6:44
professionaltheoldfool28-Aug-19 6:44 
GeneralRe: Ubuntu trial flash drive Pin
raddevus28-Aug-19 8:56
mvaraddevus28-Aug-19 8:56 
GeneralLearning New things from stupid messing around..... Pin
grralph128-Aug-19 1:58
grralph128-Aug-19 1:58 
GeneralRe: Learning New things from stupid messing around..... Pin
raddevus28-Aug-19 2:08
mvaraddevus28-Aug-19 2:08 
I knew about /* */ for C#. That multi-line comment style has been picked up by numerous languages because it can be so helpful to block comment code.

I didn't know about REM still being accepted, but I guess that makes sense.
Here is VBA code from an Excel spreadsheet I just opened up to try it out.
VB
Sub commentTest()
    Rem this is a test
    Rem you shouldn't really be seeing this
    ' these are the comments that vba seems to expect
    
    MsgBox ("rem alert")
    
End Sub


That's funny too, because in Excel the Rem statements turn green (as you said) and they are recognized as comments, but the code parser here on the site doesn't seem to recognize those statements as comments.
GeneralRe: Learning New things from stupid messing around..... Pin
CodeWraith28-Aug-19 2:42
CodeWraith28-Aug-19 2:42 
GeneralRe: Learning New things from stupid messing around..... Pin
grralph128-Aug-19 3:14
grralph128-Aug-19 3:14 
GeneralRe: Learning New things from stupid messing around..... Pin
Peter_in_278028-Aug-19 2:54
professionalPeter_in_278028-Aug-19 2:54 
GeneralRe: Learning New things from stupid messing around..... Pin
grralph128-Aug-19 3:10
grralph128-Aug-19 3:10 
GeneralRe: Learning New things from stupid messing around..... Pin
  Forogar  28-Aug-19 3:16
professional  Forogar  28-Aug-19 3:16 
GeneralRe: Learning New things from stupid messing around..... Pin
#realJSOP28-Aug-19 2:11
mve#realJSOP28-Aug-19 2:11 
GeneralRe: Learning New things from stupid messing around..... Pin
grralph128-Aug-19 3:25
grralph128-Aug-19 3:25 
GeneralRe: Learning New things from stupid messing around..... Pin
Sander Rossel28-Aug-19 2:52
professionalSander Rossel28-Aug-19 2:52 
AnswerRe: Learning New things from stupid messing around..... Pin
megaadam28-Aug-19 3:03
professionalmegaadam28-Aug-19 3:03 
GeneralRe: Learning New things from stupid messing around..... Pin
Sander Rossel28-Aug-19 3:22
professionalSander Rossel28-Aug-19 3:22 
GeneralRe: Learning New things from stupid messing around..... Pin
grralph128-Aug-19 3:22
grralph128-Aug-19 3:22 
GeneralRe: Learning New things from stupid messing around..... Pin
Mark_Wallace28-Aug-19 7:21
Mark_Wallace28-Aug-19 7:21 
GeneralRe: Learning New things from stupid messing around..... Pin
Member 916705728-Aug-19 20:36
Member 916705728-Aug-19 20:36 
GeneralRe: Learning New things from stupid messing around..... Pin
BryanFazekas29-Aug-19 0:54
BryanFazekas29-Aug-19 0:54 
GeneralRe: Learning New things from stupid messing around..... Pin
obermd29-Aug-19 4:57
obermd29-Aug-19 4:57 
GeneralWSO-CCC-OTD-2019-08-28 Pin
Richard MacCutchan28-Aug-19 0:01
mveRichard MacCutchan28-Aug-19 0:01 
GeneralRe: WSO-CCC-OTD-2019-08-28 Pin
Rage28-Aug-19 0:09
professionalRage28-Aug-19 0:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.