Wiki

Changes between Version 1 and Version 2 of Using

Show
Ignore:
Timestamp:
11/22/10 20:30:39 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Using

    v1 v2  
    3030 
    3131{{{ 
     32#!cobra 
    3233using font1 = new Font("Arial", 10.0f)  
    3334    charset = font1.GdiCharSet 
     
    3839 
    3940{{{ 
     41#!cobra 
    4042using f = File.createText(scriptName) 
    4143    f.writeLine('#!/bin/sh') 
     
    4446 
    4547{{{ 
     48#!cobra 
    4649using resultsWriter = File.appendText(resultsFileName) 
    4750    print to resultsWriter, 'Results of Run [date]' 
     
    5457block and then calling .dispose in a finally block 
    5558{{{ 
     59#!cobra 
    5660  font1 = new Font("Arial", 10.0f) 
    5761  try