Create your own snippets in VS Code

 Create your own snippets#You can easily define your own snippets without any extension. To create or edit your own snippets, select User Snippets under File > Preferences (Code > Preferences on macOS), and then select the language (by language identifier) for which the snippets...
Continue Reading...

Data Types and Methods in AL

 TypeDescriptionBigIntegerStores very large whole numbers that range from -9,223,372,036,854,775,807 to 9,223,372,036,854,775,807.BigTextHandles large text documents.BlobIs a complex data type. Variables of this data type differ from normal numeric and string variables in that BLOBs have a variable length. The maximum size of a BLOB(binary large object) is 2 GB.BooleanIndicates true or false.ByteStores a single, 8-bit character...
Continue Reading...