Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RAND() not very random
Message
De
21/09/2006 06:45:41
 
 
À
21/09/2006 06:34:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01155607
Message ID:
01155871
Vues:
27
This message has been marked as a message which has helped to the initial question of the thread.
>>>>>How so, amd why not suggest an alternative? It's just a cheap & cheerful way of generating a (fairly) unigue file name.
>>>>
>>>>
>>>>lcDateStr = ttoc(datetime(), 1)
>>>>
>>>
>>>Thanks Gregory. Then it needs converting to a format readable to a British eye/brain, with "_" separators, etc. It's not that important :-)
>>>
>>>Terry
>>
>>Terry,
>>
>>That's easy
>>
>>?transform(ttoc(datetime(),1), '@R ####_##_##_##:##:##')
>>?transform(ttoc(datetime(),1), '@R ####-##-##_##:##:##')
>>
>
>Aye, but it still goes to reverse order (indexing) date - I'd want it in Brit format, like "21_09_2006_1136"
>
>See? It's still a faff :-)
?strtran(ttoc(datetime()), '/', '_')
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform