Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
421 views

Managing null values in variants using delphi

I'm working with a COM component which exposes a lot of Variant properties, but sometimes these values are null. When I try to convert these values to string (or another Delphi type) the application ...
7
votes
1answer
89 views

OCaml: circularity between variant type and module definition

I'm switching from Haskell to OCaml but I'm having some problems. For instance, I need a type definition for regular expressions. I do so with: type re = EmptySet | EmptyWord | Symb of char ...
2
votes
2answers
335 views

Format and variants

I'm working with the SysUtils.Format function and variant values, and I found that this function only works if the format string is %s. I checked the documentation about the Format function but there ...
0
votes
2answers
38 views

Front-end product variants in PHP+MySQL?

I'm doing a webshop, and every product can have several variants. All variants are actually their own product. The SKU is different per product, but the productnumber is the same for all variants of ...