Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

This code causes an erroLir Line Cintinuation error. Some reason it does not recognize the colon at the end of the case statements //@version=6 indicator("Smooth1 with Series Input", ...
4 votes
3 answers
121 views

I have a very long command line string and i want to comment some arguments/switches and describe what they do and what can be adjusted with them. the following simplified batch-file does not work, ...
0 votes
2 answers
111 views

I have a main program and a module. I want the main program to use certain parts of the module under normal circumstances, but to use some added elements if compiled with a "DEBUG" cpp ...
2 votes
2 answers
127 views

The below multistring powershell command: (Get-Content "%FILE_PATH%") ` .Replace(" token1", "") ` .Replace(" token2", "") ` .Replace(" ...
1 vote
2 answers
287 views

I was reading that Python allows for implicit line continuation as long as you are in brackets or parentheses; however in VS Code it doesn't seem to allow this behavior for me, and I'm required to use ...
3 votes
2 answers
476 views

I have created the following variable $cred: $User = "sa" $PWord = ConvertTo-SecureString -String "teste" -AsPlainText -Force $cred = New-Object -TypeName System.Management....
0 votes
2 answers
159 views

Currently we are using query aggregation for all of our SQL transaction. We are now looking to add BLOB support to the server, which would mean that we will have to convert the byte array to a string, ...
0 votes
1 answer
21 views

I was doing pandas query on sub-string as a whole word `dfs = [] for row in mapping_excel.to_dict(orient='records'): query_filter = ' & '.join([f'{k}.str.contains("{v}",case= False, ...
2 votes
1 answer
321 views

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 newline ...
4 votes
1 answer
313 views

I am trying to understand this answer: https://stackoverflow.com/a/44180583/481061 and particularly this part: if the first line of the statement is a valid statement, it won't work: val text = "...
0 votes
0 answers
242 views

So I have to write this program in fortran77 wiith .f file extension and I dont want to compile it with an option. I want to fixed the error for but for some reason everythiing I've tried is still ...
user avatar
3 votes
2 answers
5k views

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: ...
0 votes
2 answers
155 views

I've created a script to fetch json response from a website. To get the response I had to issue post http requests along with appropriate parameters. The script is doing fine. The payload that I've ...
4 votes
1 answer
147 views

I have this kind of line concatenation: t = "first long line" +\ "second long line" +\ "third long line" Syntax error is raised if the second line is commented ...
0 votes
2 answers
877 views

I am trying to split a long format string to fprintf() into multiple lines using the \ character as shown below: fprintf(stdout, "This program take a date supplied by the user in dd/mm/yyyy ...
user avatar

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /