Like Javascript has ++ and += for a increments?
            Asked
            
        
        
            Active
            
        
            Viewed 4.3k times
        
    36
            
            
         
    
    
        ThinkingStiff
        
- 64,767
- 30
- 146
- 239
 
    
    
        Control Freak
        
- 12,965
- 30
- 94
- 145
- 
                    5C# or VBScript? Big difference -- yes, and no. – Cody Gray - on strike Dec 22 '11 at 09:25
1 Answers
60
            No. Unfortunately, you have to do:
value = value + 1
 
    
    
        isNaN1247
        
- 17,793
- 12
- 71
- 118
 
    
    
        ilivewithian
        
- 19,476
- 19
- 103
- 165
- 
                    8For the sake of completeness, the full list of operators is available on [MSDN](http://msdn.microsoft.com/en-us/library/d5a1xhce%28VS.84%29.aspx). – Cheran Shunmugavel Dec 23 '11 at 08:38
- 
                    3
- 
                    @Callat given the answer was written almost 7 years prior to your comment, what do you expect? It was already "retro" then. – user692942 May 13 '21 at 01:32