Welcome, Guest. Please Login or Register.
eccoMAGIC Forums
04/19/24 at 12:10:48
News: "Breathtaking" (Check out the new MagicView release at EccoTools.com)
Home Help Search Login Register


Pages: 1
Send Topic Print
  Rating
Rate:
Rating:
Rating: 0.00
Votes: 0

5
4
3
2
1












5
4
3
2
1


1


2


3


4


5


6


7


8


9


10

Folder to ITT concatenation (Popularity: 2643 )
albertschepers
Contributing  Member
***


I Love Ecco!

Posts: 11
Gender: male
Show the link to this post Folder to ITT concatenation
12/27/07 at 11:18:44
 
This litle routine was created to asst in making data compatible with the current data entry so that historical information can be extracted.  There is no data checking to verify if the actual data meets the criteria rather it is assumed that the operator has filtered the  
 
 
--      a routine to concatenate Project folder information into the item text
--
function ProjectToITT()
NumberItems=get_select_items()                        -- get the item ids of all selected items
MaxItems=table.maxn(NumberItems)                        -- determine the total number of selected items
for ctr=1, MaxItems do
  set_item_text(NumberItems[ctr],"#"..get_folder_value("Project",NumberItems[ctr]).." "..get_item_text(NumberItems[ctr]))
end
end
 
 
Back to top
 
 

Albert Schepers
Email WWW   IP Logged
Pages: 1
Send Topic Print