Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable Types
Message
De
24/08/1998 10:02:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Variable Types
Divers
Thread ID:
00129309
Message ID:
00129309
Vues:
48
Hi All.

I'm in the process of writing a function that should accept a variety of different types of variables. The problem I'm having is I don't have a way of knowing if the variable is a ARRAY or just a regular variable. For exampe if i use the TYPE() function on the following variables it C for both of them.

lcString = "akdflkjaklf"

Dimension laString(3)
Store "asda" To laString(1)
Store "aslkd" To laString(2)
Store 5 To laString(3)

TIA for any replies.
Carl
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform