Quantcast
Channel: Questions in topic: "insert"
Viewing all articles
Browse latest Browse all 99

Javascript Enum Write List

$
0
0
enum Item { ID, Name }; var pItem : Item; function Start () {/* Item apple = new Item(); apple.ID = 1; apple.Name = "Apple";*/ var apple; pItem.ID = 1; pItem.Name = "Apple"; } Editor tells me that the fields are read only, why is that?

Viewing all articles
Browse latest Browse all 99

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>