[EmData] Putting Comments
Joe Mathia - Em Support
support at emsoftware.com
Wed Jun 25 07:15:38 EDT 2008
Hi Jojo,
Should have included this in my original reply.
If you¹re just trying to exclude those fields w/out actually deleting them
from the prototype then the comment designator might be appropriate, like:
«-- Data3: «data3»
«-- Data4: «data4»
Regards,
Joe Mathia
Em Software Support / support at emsoftware.com / www.emsoftware.com
(+1) 740 284 1010, fax (+1) 740 284 1210
On 6/24/08 4:16 PM, "Joe Mathia - Em Support" <support at emsoftware.com>
wrote:
> Hi Jojo,
>
> The correct mechanism to use would be if...endif conditionals.
>
> For instance, you could do something like:
>
> «fields data1, data2, data3, data4
>> Data1: «data1»
>> Data2: «data2»
>> «if data3 is not empty»Data3: «data3»
>> «endif»«if data4 is not empty»Data4: «data4»
>> «endif»Data5: «data5»
>
> Does this help?
>
> Regards,
>
> Joe Mathia
> Em Software Support / support at emsoftware.com / www.emsoftware.com
> (+1) 740 284 1010, fax (+1) 740 284 1210
>
>
>
>
> On 6/24/08 1:12 PM, "Jojo Mendoza" <jojo.mendoza at chronicle.com> wrote:
>
>> I want to comment out some lines in my prototype.
>>
>> Here¹s an example:
>>
>> «fields data1, data2, data3, data4
>> Data1: «data1»
>> Data2: «data2»
>> Data3: «data3»
>> Data4: «data4»
>> Data5: «data5»
>>
>>
>> When I run the prototype, I get this, which is what I wanted to get.
>>
>> Data1: This Data1
>> Data2: This Data2
>> Data3: This Data3
>> Data4: This Data4
>> Data5: data5
>> Data1: Good1
>> Data2: Good2
>> Data3: Good3
>> Data4: Good4
>> Data5: data5
>> Data1: Apple1
>> Data2: Apple2
>> Data3: Apple3
>> Data4: Apple4
>> Data5: data5
>>
>> But what if I don¹t want the whole line Data3 and Data4 to appear? Instead of
>> deleting those 2 lines, (Data3 and Data4) how can I comment it so that the
>> results will be:
>>
>> Data1: This Data1
>> Data2: This Data2
>> Data5: data5
>> Data1: Good1
>> Data2: Good2
>> Data5: data5
>> Data1: Apple1
>> Data2: Apple2
>> Data5: data5
>>
>> I want to comment certain lines in case I need to use it in the future.
>> Thanks in advance for your assistance.
>>
>> ------
>>
>> Jojo Mendoza
>> Information Systems Department
>> The Chronicle of Higher Education
>> 202-416-1345
>> jojo.mendoza at chronicle.com
>> www.chronicle.com
>>
>>
>>
>>
>> _______________________________________________
>> Data-users mailing list
>> Data-users at emsoftware.com
>> http://mail.emsoftware.com/mailman/listinfo/data-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://emsoftware.com/pipermail/data-users/attachments/20080625/582e5460/attachment.html
More information about the Data-users
mailing list