[REBOL] Re: Problem with routine!
From: amicom:sonic at: 9-Mar-2005 9:11
OK, changed to this: grabframe: make routine! [ "Grab a video frame" t1 [string!] addr [struct! [i [integer!]]] return: [string!] ] tfcapture "grabFrame" a: make struct! [i [integer!]] none grabframe "This is me" a Same problem with the message "Rebol has generated errors" Any other ideas? -Bo At 06:37 AM 3/9/2005, you wrote: