Description Usage Arguments Value
Extract piece of code
1 2 3 4 5 6 7 | extract_piece_of_code(
strings_param,
begin_line,
end_line,
begin_column,
end_column
)
|
strings_param |
code to extract piece from |
begin_line |
line where the piece begins |
end_line |
line where the piece ends |
begin_column |
column where the piece begins |
end_column |
column where the piece ends |
piece of code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.