Hello everyone,
In the development of applications, both web and mobile, I always see the need to use the NewLine () function, and I have been faced with the need to use this function more than once consecutively, thus getting NewLine() + NewLine() , I had the following idea, and if the function accepted parameters with the amount of lines that I want the text to jump? For example NewLine (2) or NewLine (3)?
SyntaxEditor Code Snippet
NewLine() + NewLine() + NewLine() for NewLine(3)
Kind regards,
Murilo Antonio de Souza