swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strings and Probes


From: Doug Donalson
Subject: Strings and Probes
Date: Tue, 2 Nov 1999 01:35:53 -0800

I would like the user to be able to enter file names via the model probe.  This means that I need to have the probe handle a string.  So far I have not had any success, any suggestions?
 
Say one of my file names will be stored in "char dataInputName[40]",
Can I just make a probe by:
 

[probeMap addProbe: [probeLibrary getProbeForVariable: "dataInput"

inClass: [self class]]];?

This does not seem to work.  I didn't find any examples in the swarmapps either.

Cheers,

   D3

 

*********************************************************************
* Doug Donalson                 Office: (805) 893-2962
* Ecology, Evolution,           Home:   (805) 961-4447
* and Marine Biology            email address@hidden 
* UC Santa Barbara
* Santa Barbara Ca. 93106
*********************************************************************
*                                                                        
*   The most exciting phrase to hear in science, the one that            
*   heralds new discoveries, is not "EUREKA" (I have found it) but       
*   "That's funny ...?"                                                  
*                                                                        
*       Isaac Asimov                                                     
*                                                                        
*********************************************************************
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]