Inserting a Value into IDE
Posted: Wed Jan 02, 2008 11:45 pm
OKso I am almost finished with the ColorPicker and thanks to everyone that has helped me...
The one thing I cannot seem to do is to get my program to insert the values into the IDE like the colorpicker tool does...
I thought that the IDE colorpicked might be running as some sort fo DLL and so I included DLL routines in my program...
I use the following but there is no output:
All variables are global.
What am I not doing right?
The one thing I cannot seem to do is to get my program to insert the values into the IDE like the colorpicker tool does...
I thought that the IDE colorpicked might be running as some sort fo DLL and so I included DLL routines in my program...
I use the following but there is no output:
Code: Select all
ProcedureDLL.s OutRGB(red$,grn$,blu$)
groplng$ = "RGB("+red$+","+grn$+","+blu$+")"
Debug "OUT: "+groplng$
ProcedureReturn groplng$
EndProcedure
What am I not doing right?
