Thanks. This will be easy to update.

-- Brad

On 10/2/12 3:11 PM, "Aparajita Fishman" <[email protected]>
wrote:

>> Is it safe to simply wrap this in 4D as
>> 
>> `myA4DSequence
>> `
>> `Wrapper for mySequence. Uses supported parameter types.
>> 
>> C_TEXT($1;$inName)
>> C_REAL($0;$outNumber)
>> 
>> $inName := substring($1;1;10) `mySequence $1 is C_STRING(10)
>> $outNumber := mySequence($inName) `returns a Longint
>> 
>> $0 := $outNumber
>
>Looks good to me.
>
>
>> Then change all the A4D code as follows?
>> 
>> `$intValue := mySequence("People") - existing code becomes
>> $intValue := Int(myA4DSequence("People"))
>
>Yeah.
>
>Regards,
>
>   Aparajita
>
>_______________________________________________
>Active4D-dev mailing list
>[email protected]
>http://list.aparajitaworld.com/listinfo/active4d-dev
>Archives: http://active4d-nabble.aparajitaworld.com/

_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to