PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Text separated by curly braces {}
Text separated by curly braces {}
Iniciado por ken, 20,jul. 2015 17:39 - No hay respuesta
Publicado el 20,julio 2015 - 17:39
I n need help on how to break down a text file that the different elements are separated by curly braces {}
The curly braces can be up to 5 levels deep and the closing } can be up to 3000 lines later.

I did a search and found nothing.

Thanks for any help.

OBJECT
{
OBJECT-PROPERTIES
{
Date=09/07/12;
Time=12:00:00 PM;
Version List=999999;
}
PROPERTIES
{
DataCaptionFields=Code,Description;
OnDelete=VAR
PaymentTermsTranslation@1000 : Record 462;
BEGIN
WITH PaymentTermsTranslation DO BEGIN
SETRANGE("Payment Term",Code);
DELETEALL
END;
END;

CaptionML=[ENU=Payment Terms;
ESM=T‚rminos pago;
FRC=Modalit‚s de paiement;
ENC=Payment Terms];
LookupPageID=Page4;
}
}