Hi, It's possible to create a file with only zero inside simply by this command if you want:
dd if=/dev/zero of=file_to_create bs=1k count=8388608 Olivier Cruilles Mail: [email protected] Le 25 janv. 2010 à 10:47, Doriano Blengino a écrit : > > Doriano Blengino ha scritto: >> >> The subroutine could look something like this: >> >> sub square_diamond(left, right, top, bottom as integer) >> >> step = (right+left) / 2 >> > > SORRY: step = (right - left) / 2 > > Urgh... > > Regards, > Doriano > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > Olivier Cruilles Mail: [email protected] ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
