Am 07.07.2012 00:37, alex sato wrote:
Regina.

I'm writing this email just to say "thank you" again.

About the idea of rewriting math function using string. I may do it but
just for fun, not for a serious use.
;-)


Programming Basic is no fun. Never.

Function Test (n)
dim r(3)
r(0)=CINT(n)
r(1)=n-r(0)
r(2)=r(1)*100
r(3)=CINT(r(2))
Test = r
End Function




--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to