Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
en:chapter1 [2018/10/28 11:10]
hlinke [Introduction to the Python Language]
en:chapter1 [2018/10/28 11:11]
hlinke [Access to VEGAS]
Zeile 156: Zeile 156:
  
 pyVEGAS has the datatype "Vegas". "Vegas" is a predefined datatype from the "Vegas Pro Scripting API". We will discuss the "Vegas Pro Scripting API" in a later chapter. pyVEGAS has the datatype "Vegas". "Vegas" is a predefined datatype from the "Vegas Pro Scripting API". We will discuss the "Vegas Pro Scripting API" in a later chapter.
 +
 For now you only have to know that the datatype "Vegas" has a property "Version". Version is of type string. For now you only have to know that the datatype "Vegas" has a property "Version". Version is of type string.
  
Zeile 163: Zeile 164:
  
 <code python> <code python>
-print(pyVEGAS.Version)+print pyVEGAS.Version
 </code> </code>
  

Andere Sprachen
QR-Code
QR-Code en:chapter1 (erstellt für aktuelle Seite)