generative modeling for Rhino
hi all!
Im tryng to convert a string in ASCII code.
the usual way in c# would be
byte[] NUmbers = Encoding.ASCII.GetBytes(myText);
BUT
there is not the spacename System.Text.Encoding That we need included in the initial spacenames that grasshopper uses,
sooo
how could I import this space name?
something like
using System.Text.Encoding;
Tags:

What if you just type:
byte[] NUmbers = System.Text.Encoding.ASCII.GetBytes(myText);
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Permalink Reply by pepe ballesteros on October 19, 2012 at 12:08am of course, but there is no way to import new space names?

Not at the moment.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Permalink Reply by pepe ballesteros on October 19, 2012 at 5:27am thanks david
Added by Mgeorgio 0 Comments 0 Likes
Added by Mgeorgio 0 Comments 0 Likes
© 2013 Created by Scott Davidson.
Powered by