Posts by Eduardo Dumke • 11 points
2 posts
-
-1
votes2
answers655
viewsA: How to run the method only after the previous function has ended
You can create a barrier, same method used in asynchronous requests, at a glance, maybe I can help you. var simpleBarrier = require('simple-barrier'), fs = require('fs'); // create a barrier…
-
1
votes2
answers6412
viewsA: Comments of multiple lines in Visual Basic
Faster and easier mode (has buttons on top panel): Select the lines -> For comment: Ctrl+K, Ctrl+C Select the lines -> To remove comment: Ctrl+K, Ctrl+U…