| 
 PureBytes Links 
Trading Reference Links 
 | 
In a message dated 8/30/98 6:08:49 PM Central Daylight Time,
yenmstr@xxxxxxxxxxxxx writes:
> You can use the hashnums dll or the global variables Dll  Like so
>  
>  DefineDLLFunc:"c\hashnums\hashnums.dll",INT,"putAt",LPSTR,LPSTR,FLOAT;
>  DefineDLLFunc:"c\hashnums\hashnums.dll",FLOAT,"getAt",LPSTR,LPSTR;
>  
>  PutAt("Charlie","VarA",VarA);
>  PutAt("Charlie","VarB",VarB);
>  
>  
>  IncludeSystem:"Charlie's Break";
>  
>  
>  Then inside Charlie's Break System
>  VarA=getAt("Charlie",VarA);
>  VarB=getAt("Charlie",VarB); 
>  
Thanks, I have seen this dll mentioned.  Do you remember who has it for sale?
 |