ICS Functiosn - where to download vObjectPackage.rev

Ian Gordon ian at 1492.ca
Wed Dec 2 12:08:24 EST 2009


I found a copy here.

http://www.soapdog.org/vObjectPackage.rev

thanks to Andre as always!

Ian

--------
>
> Message: 21
> Date: Tue, 1 Dec 2009 22:33:24 -0800
> From: -= JB =- <sundown at pacifier.com>
> Subject: Re: ICS functions Library
> To: How to use Revolution <use-revolution at lists.runrev.com>

>
> And where is the stack so others can download it?
>
> -=>JB<=-
>
>
>>
>>
>> 2009/12/1 Sivakatirswami <katir at hindu.org>
>>
>>> stephen barncard wrote:
>>>
>>>> Andre Garzia wrote a lib a long, long time ago (2005) - I have it
>>>> right
>>>>  here. --  you guys are pals, you should ask him.
>>>> -------------------------
>>>> Stephen Barncard
>>>> San Francisco
>>>> http://houseofcubes.com/disco.irev
>>>>
>>>>
>>>> Actually I have it, vObjectPackage.rev
>>>>
>>>>
>>>
>>> and I asked Andre about his date functions, It was he who thought
>>> I should
>>> check with the list...
>>>
>>> I think it was late Rio and he did not realize his stack had what I
>>> wanted... you have to open the application browers to see that the
>>> lib is in
>>> a separate substack that is not exposed anywhere on the main
>>> stack. but
>>> vObjectLib had nearly 100 commands and functions. I need this one in
>>> particular
>>>
>>> function icConvertDate pDate
>>>  convert pDate to dateitems
>>>  put item 1 of pDate into tYear
>>>  put item 2 of pDate into tMonth
>>>  if len(tMonth) is 1 then put "0" & tMonth into tMonth
>>>  put item 3 of pDate into tDate
>>>  if len(tDate) is 1 then put "0" & tDate into tDate
>>>  put item 4 of pDate into tHours
>>>  if len(tHours) is 1 then put "0" & tHours into tHours
>>>  put item 5 of pDate into tMinutes
>>>  if len(tMinutes) is 1 then put "0" & tMinutes into tMinutes
>>>  put item 6 of pDate into tSeconds
>>>  if len(tSeconds) is 1 then put "0" & tSeconds into tSeconds
>>>  put tYear & tMonth & tDate & "T" & tHours & tMinutes & tSeconds into
>>> tRetVal
>>>  return tRetVal
>>> end icConvertDate
>>>
>>> (plus 100's of other interesting functions)
>>>
>>>
>>>
>>>
>>>



More information about the use-livecode mailing list