Mel: Variable Conversion: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 October 2014

  • curprev 16:0816:08, 6 October 2014Will talk contribs 455 bytes +455 Created page with "= String to int = <pre> string $stringVar = "100"; int $i = $string; </pre> <br> <br> = String to Evaluation = <pre> string $statement = "(99+1) / 2"; eval("float $dummy =" +..."