i need this code out put line by line

poco
Tera Contributor
task.description = '1 Download Adobe Creative Cloud from the users web portal (https://account.adobe.com/) If the user does not have an existing Adobe account,the portal may ask them to configure a password.This password is unique and not attached to the WGL domain.'+
'2.Install the application.'+
+'3 Login using the users email address'+current.variables.email + ';and password created in step 1 ';
1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@poco Please update your code as follows to show each point in a new line.

task.description = '1 Download Adobe Creative Cloud from the users web portal (https://account.adobe.com/) If the user does not have an existing Adobe account,the portal may ask them to configure a password.This password is unique and not attached to the WGL domain.\n'+
'2.Install the application.\n'+'3 Login using the users email address'+current.variables.email + ';and password created in step 1 ';

Please mark the answer helpful and correct if it manages to address your question.

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@poco Please update your code as follows to show each point in a new line.

task.description = '1 Download Adobe Creative Cloud from the users web portal (https://account.adobe.com/) If the user does not have an existing Adobe account,the portal may ask them to configure a password.This password is unique and not attached to the WGL domain.\n'+
'2.Install the application.\n'+'3 Login using the users email address'+current.variables.email + ';and password created in step 1 ';

Please mark the answer helpful and correct if it manages to address your question.