line-continuation Questions
2
Solved
I'm trying to write an FFmpeg command on system that has two identical capture cards, so I have to use their "alternate names" or FFmpeg doesn't understand which one I'm calling.
The only problem...
Delegacy asked 1/12, 2018 at 23:9
1
The answers on this question state that long commands can be split into multiple lines via the use of the caret character (^). One answer provides a technical description:
the caret and the newlin...
Orta asked 3/10, 2022 at 1:6
1
Solved
I am trying to understand this answer: https://mcmap.net/q/442358/-how-can-i-do-a-line-break-line-continuation-in-kotlin and particularly this part:
if the first line of the statement is a valid s...
Dimaggio asked 1/9, 2022 at 22:0
2
Solved
I am following https://docs.docker.com/get-started/06_bind_mounts/#start-a-dev-mode-container on a Windows PC and am stuck here:
Run the following command. We’ll explain what’s going on afterwards...
Aircraftman asked 15/8, 2021 at 17:21
7
Solved
How can I split long commands over multiple lines in a batch file?
Doura asked 16/9, 2008 at 3:4
3
Solved
I'm opening some old VB.NET projects in Visual Studio 2015 and when I edit the code, VS changes the syntax:
It removes "_" in concatenations:
'Before
myString = "ABC" & _
"DEF"
'After
myStr...
Bituminous asked 7/8, 2015 at 9:40
1
© 2022 - 2024 — McMap. All rights reserved.