KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
749 stars 953 forks source link

do ".." equal with "-" #1860

Closed 243750496 closed 6 years ago

243750496 commented 6 years ago

i mean do the label raw2[0..1] equal with raw2[0-1] equal with raw[20..21] equal with raw(20-21)

and can i use raw2[0..1] with raw2[0-1] or raw[20..21] as a paired label ?? whether it will show an error?

i am a newbee , i hope you can answer my question with patience thx in adv :)

SchrodingersGat commented 6 years ago

Hi @243750496 this is a question that would be better addressed over at the user forums - this github page is for library maintenance :)