Administration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Mardi 20 Juillet 2010 Par Zaïr BEZGHICHE
Dernière vérification Vendredi 30 Juillet 2010 Par Support France
ThèmeAdministration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client) Fonction MODIMP.IMPGetPourcent

Prototype
Function IMPGetPourcent (iOp1 As Integer, iOp2 As Integer) As String
Usage
Administration-des-Import-Export.IMPGetPourcent(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function IMPGetPourcent (iOp1 As Integer, iOp2 As Integer) As String
Function IMPGetPourcent (iOp1 As Integer, iOp2 As Integer) As String
Dim Ret%
Dim s$
Dim a As Single
Dim b As Single
Dim c As Single

IMPGetPourcent = "0"
a = Val(CStr(iOp1) + ".00")
b = Val(CStr(iOp2) + ".00")
c = Val("100.00")
a = a / b
a = a * c
s = CStr(a)
IMPGetPourcent = s
End Function

Références XAS.Technology
Val , Cstr ,

Audience
Cette documentation est destinée aux personnes s'intéressant aux systèmes d'information collaboratifs.
Les Webservices, les architectures collabortives et distribuées, les moteurs transactionnelles et les concepts de programmation orientés objet.


XAS Services - Zaïr BEZGHICHE - Copyright 1991-2011 tous droits réservés- Powered by XAS.Technology