Code: Select all
$random = rand(0, 100); // between 0 and 100 inclusive
Code: Select all
$random = rand(0, 100);
// between 0 and 100 inclusive
Moderator: kfury77
Code: Select all
$random = rand(0, 100); // between 0 and 100 inclusive
Code: Select all
$random = rand(0, 100);
// between 0 and 100 inclusive
+1PeterPanino wrote:With the PHP code-formatter in WeBuilder 2010, how can I keep comments on the same line behind a code line?