Andre Garzia <[EMAIL PROTECTED]> wrote:
> function list
> local tList
> repeat with x = 1 to paramcount()
> put param(x) & cr after tList
> end repeat
> delete char -1 of tList
> return tList
> end list
>
> on demoList pPrefix, pList
> repeat with x = 1 to the number of lines in pList
> put pPrefix && line x of pList & cr after tBuffer
> end repeat
> put tBuffer
> end demoList
compiling at 8:12:03 AM
Type Chunk: can't create a variable with that name
(explicitVariables?)
Object card id 1002
Line put pPrefix && line x of pList & cr after tBuffer
Hint tBuffer
The same error when I place all the scripts in a button...
--
Revolutionario
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution