Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

String modified to the new length

 

Example

 

Code Block
languagejavascript
pjs.define("source", { type: 'char', length: 15, initValue: 'Dr. Doolittle', varying: true });
 
source = String.setLength(source, 2);
 
return source;
// "Dr:"