For Programmers: Free Programming Magazines  


Home > Archive > Clipper > May 2007 > Re: It's possible to know a name of a codeblock ?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: It's possible to know a name of a codeblock ?
FvN

2007-05-03, 6:55 pm

Hello,

"albert" schreef in bericht
news:4639ee51$0$26322$834e42db@reader.greatnowhere.com...
> It's possible to know a name of a codeblock ?
>
> Example:
>
> Codeblock1 : = {|| ..........}
> Codeblock2 := {||................................}
>
> Test(codeblock1)
> Test(codeblock2)
>
> Function test (cblock)
> If cblock = "codeblock1" ?????? <-------- How to know the name ?????
> .........
> Endif


Consider using an array of codeblocks and work with
its subscript

hth

frank


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com