Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error de sintaxis?
Message
From
18/07/2002 16:28:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00680201
Message ID:
00680204
Views:
23
>Tengo este codigo en un Formulario:
>
>nClassdim = iif(Thisform.lstCustClass.ListCount>0,Thisform.lstCustClass.ListCount,1)
>public dimension aCustClass(nClassdim)
>
>Y me marca el siguiente error de sintaxis, pero no veo donde esta el error!
>
>Compilando c:\prog\scx\arlist.scx
>public dimension aCustClass(nClassdim)
>Error en la línea 212 de ARLIST.Init (record 3): Error de sintaxis.
>
>Alguien me pudiera ayudar?

Quítale la palabra "dimension":
public aCustClass(nClassDim)
Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform