Steinberg WaveLab Elements 7 Manual Página 86

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 428
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 85
72 WaveLab Concepts
Objects
Object
Function
Array
String
Boolean
Number
Date
RegExp
Error
Examples:
//Test if a value is not a number
var isNumber = isNaN("this is a string");
//Print the result in the log window
logWindow.printInfo(isNumber); //Traces "true" because it is a String
//Convert a string to a number
var numStr = "2.345";
var num = parseFloat(numStr);
//Print the result in the log window
logWindow.printInfo(num);
//Encode a string into an internet valid ASCII String
var str = "a sentence with spaces";
var encodedStr = encodeURI(str);
logWindow.printInfo(encodedStr);
Function Object
Prototypes
toString()
toLocaleString()
valueOf()
hasOwnProperty(V)
isPrototypeOf(V)
propertyIsEnumerable(V)
WaveLab 7
Vista de página 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 427 428

Comentários a estes Manuais

Sem comentários