
Creator II
2016-10-19
12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please give trace and call ,Loop examples
Hi,
Can you any one please provide some simple script by using these statements
provide example and definition of the below statements
Trace
Call
Loop
Its very urgent to complete some tasks by using this.
Regards
Sonysree
814 Views
4 Replies
2016-10-19
12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Normally we can work trace like this
TRACE '$(variable)';
And then
Call yournameofrequired;
And then try to expression what is the agenda you are mentioned loop
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
733 Views

Creator II
2016-10-19
01:17 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please give some examples for the call and loop functions.
Regards
Sonysree
733 Views
2016-10-19
01:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may referring this
Trace '';
Cal name
Set a=1;
Do while a<10
LOAD * from file$(a).csv;
Let a=a+1;
Loop
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
733 Views

Creator II
2016-10-19
01:38 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,Is it possible to explain this ,am unable to understand..
733 Views
